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:
authorZoltan Varga <vargaz@gmail.com>2018-09-11 23:32:53 +0300
committerLudovic Henry <luhenry@microsoft.com>2018-09-11 23:32:53 +0300
commit350d063e2aafe51168615a5a94f22ba9f8d47464 (patch)
treeb08b165da2cbf9bad1aecca81f96d06fcbbcc66a /scripts
parent9f0099ea1f5dc454d9f233ae3a67d1c76fea5546 (diff)
[wasm] Ongoing AOT work. (#10541)
* [wasm] Rename 'wasm-aot' to 'wasm-cross' for consistency with the other SDKs. * [wasm] Use the separate libmono-ee-interp.a library for linking in the interpreter. * [wasm] Unify interp and aot runtimes. * [wasm] Avoid cleaning the emscripten toolchain when cleaning the runtime or cross compilers. * [wasm] Use the sdk llvm targets to build the cross compiler, so it can use a downloaded llvm instead of building its own. * [offset-tool] Add WASM support. * [wasm] Generate offsets file for wasm. * [wasm] Switch packager.exe to use Mono.Options, add a --mono-sdkdir option to specify the path to the mono sdk. * [wasm] Emit a ninja build file from the packager when the --builddir argument is given. * [wasm] Auto generate the aot registration code by generating a driver-gen.c file and including it into driver.c. * [wasm] Add emcc link step to the ninja build script. * zoltan's changes. * [wasm] Fix merge conflicts from picking Zoltan's patches. * [sdks] Fix the wasm build so the package target doesn't build 394839840 llvms. * [wasm] Fix mono_arch_create_specific_trampoline to work with the AOT compiler reverse lookup of icalls * [wasm] Don't set minimum memory size, let it dynamically grow. * [wasm] Remove old aot targets. Now do-aot-sample does the whole magic. * [wasm] Attept at making the offsets-tool work on linux. * [wasm] Cleanup the hacks early in this PR. * [wasm] Fix rebase issue. * Fix rebase * Fix rebase * [llvm] Only emit the dummy arg when targeting wasm.
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 b7f5c899c47..952e9a603ed 100755
--- a/scripts/ci/run-jenkins.sh
+++ b/scripts/ci/run-jenkins.sh
@@ -151,7 +151,7 @@ if [[ ${CI_TAGS} == *'webassembly'* ]];
echo "DISABLE_ANDROID=1" > sdks/Make.config
echo "DISABLE_IOS=1" >> sdks/Make.config
echo "DISABLE_DESKTOP=1" >> sdks/Make.config
- ${TESTCMD} --label=runtimes --timeout=60m --fatal make -j4 -C sdks/builds package-wasm-interp
+ ${TESTCMD} --label=runtimes --timeout=60m --fatal make -j4 -C sdks/builds package-wasm-runtime package-wasm-cross
${TESTCMD} --label=bcl --timeout=60m --fatal make -j4 -C sdks/builds package-bcl
${TESTCMD} --label=wasm-build --timeout=60m --fatal make -j4 -C sdks/wasm build
${TESTCMD} --label=ch-mini-test --timeout=60m make -C sdks/wasm run-ch-mini