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:
authorRodrigo Kumpera <kumpera@users.noreply.github.com>2018-10-25 01:20:35 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-10-25 01:20:35 +0300
commit3039d6f3f0489ec4ee390fbf0670608902fc5660 (patch)
tree0652bf195e08f851dc32b8368b61eb8982e267f7 /scripts
parentcd47933265e1c28ac5e8fc241ec2bd4b05e995b5 (diff)
[wasm] Improve build reliability. (#11349)
* [wasm] Fix wasm toolchain bootstraping * [wasm] Move the provision step to happen before the build.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/run-jenkins.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ci/run-jenkins.sh b/scripts/ci/run-jenkins.sh
index 22e0bf67b06..94c0bac32ed 100755
--- a/scripts/ci/run-jenkins.sh
+++ b/scripts/ci/run-jenkins.sh
@@ -193,6 +193,7 @@ if [[ ${CI_TAGS} == *'webassembly'* ]] || [[ ${CI_TAGS} == *'wasm'* ]];
export aot_test_suites="System.Core"
+ ${TESTCMD} --label=provision --timeout=20m --fatal make --output-sync=recurse --trace -C sdks/builds provision-wasm
${TESTCMD} --label=archive --timeout=180m --fatal make -j ${CI_CPU_COUNT} --output-sync=recurse --trace -C sdks/builds archive-wasm NINJA=
if [[ ${CI_TAGS} != *'no-tests'* ]]; then