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>2019-08-05 22:29:51 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-08-05 22:29:51 +0300
commit807e4b3d6f24118302bbb5663f66a607d30f3a13 (patch)
tree61598035cbeee70a235762313ed4a7bc3aa63756 /scripts
parentac80d041e6d463c44389fa722655eb3321a67c30 (diff)
[ci] Disable 32bit llvm sdks build
It was removed in https://github.com/mono/mono/commit/a6e6c72c8fc3702db37e1572694a49902f63195f
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/run-jenkins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/run-jenkins.sh b/scripts/ci/run-jenkins.sh
index 3d37c5ebd34..488601cf124 100755
--- a/scripts/ci/run-jenkins.sh
+++ b/scripts/ci/run-jenkins.sh
@@ -163,7 +163,7 @@ then
fi
if [[ ${CI_TAGS} == *'sdks-llvm'* ]]; then
- ${TESTCMD} --label=archive --timeout=120m --fatal $gnumake -j ${CI_CPU_COUNT} --output-sync=recurse --trace -C sdks/builds archive-llvm-llvm{,win}{32,64} NINJA=
+ ${TESTCMD} --label=archive --timeout=120m --fatal $gnumake -j ${CI_CPU_COUNT} --output-sync=recurse --trace -C sdks/builds archive-llvm-llvm{,win}64 NINJA=
exit 0
fi