diff options
| author | Thomas Lively <tlively@google.com> | 2020-08-19 11:22:24 -0700 |
|---|---|---|
| committer | Thomas Lively <tlively@google.com> | 2020-08-19 11:22:24 -0700 |
| commit | f3585a93fea7b7e82e9a488b364fa6edfc2dd214 (patch) | |
| tree | 5f3ba4a5a513acf211d07b3d09ec22748a8e5865 /src/ci/docker/scripts/emscripten.sh | |
| parent | 443e177c7f0f94fc85b0e13e076b21e9eac60189 (diff) | |
| download | rust-f3585a93fea7b7e82e9a488b364fa6edfc2dd214.tar.gz rust-f3585a93fea7b7e82e9a488b364fa6edfc2dd214.zip | |
Upgrade Emscripten on CI to 1.39.20
This Emscripten version was the first to be cut after the LLVM 11 release branch was created, so it should be the most compatible with LLVM 11. The old version we were using was incompatible with LLVM 11 because its wasm-ld did not understand all the relocations that LLVM 11 emits.
Diffstat (limited to 'src/ci/docker/scripts/emscripten.sh')
| -rw-r--r-- | src/ci/docker/scripts/emscripten.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/docker/scripts/emscripten.sh b/src/ci/docker/scripts/emscripten.sh index 9f6a7f2e5db..9481ee95399 100644 --- a/src/ci/docker/scripts/emscripten.sh +++ b/src/ci/docker/scripts/emscripten.sh @@ -19,5 +19,5 @@ exit 1 git clone https://github.com/emscripten-core/emsdk.git /emsdk-portable cd /emsdk-portable -hide_output ./emsdk install 1.38.47-upstream -./emsdk activate 1.38.47-upstream +hide_output ./emsdk install 1.39.20 +./emsdk activate 1.39.20 |
