Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-10-02 14:31:09 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-10-02 14:31:09 +0300
commite9de4af4d430306dd0bb35fe3b63729fe359b155 (patch)
treebfb0a521e3203893f186ecae98fac6d719e30557 /scripts
parentb07aab167f22b2cf2271c945e9456ca78bbe818a (diff)
[ci] Remove workaround for libtiff issue
We recently updated libtiff, let's see if this is still required
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/pipeline/osx-package.groovy4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/ci/pipeline/osx-package.groovy b/scripts/ci/pipeline/osx-package.groovy
index c9f28c70b07..e90e9e2542c 100644
--- a/scripts/ci/pipeline/osx-package.groovy
+++ b/scripts/ci/pipeline/osx-package.groovy
@@ -29,10 +29,6 @@ node ("osx-amd64") {
stage('Build') {
utils.reportGitHubStatus (isPr ? env.ghprbActualCommit : commitHash, 'PKG-mono', env.BUILD_URL, 'PENDING', 'Building...')
- // workaround for libtiff issue
- sh 'make -C external/bockbuild/builds/tiff-4.0.8-x86 clean || true'
- sh 'make -C external/bockbuild/builds/tiff-4.0.8-x64 clean || true'
-
// build the .pkg
timeout (time: 420, unit: 'MINUTES') {
withEnv (["MONO_BRANCH=${isPr ? '' : monoBranch}", "MONO_BUILD_REVISION=${commitHash}"]) {