diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2024-10-10 23:53:29 -0700 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2024-10-10 23:55:28 -0700 |
| commit | 2c38ecfc9077000db7de14bf501fa5294eeecedd (patch) | |
| tree | c0929363eda2bd987aa538a84426d8832498bdea /src | |
| parent | 52fd9983996d9fcfb719749838336be66dee68f9 (diff) | |
| download | rust-2c38ecfc9077000db7de14bf501fa5294eeecedd.tar.gz rust-2c38ecfc9077000db7de14bf501fa5294eeecedd.zip | |
emscripten: Use the latest emsdk 3.1.68
This should fix our precompiled std being unsound in `std::fs` code.
Diffstat (limited to 'src')
| -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 3f5e2c6ff1d..8b2b39ee162 100644 --- a/src/ci/docker/scripts/emscripten.sh +++ b/src/ci/docker/scripts/emscripten.sh @@ -20,5 +20,5 @@ exit 1 git clone https://github.com/emscripten-core/emsdk.git /emsdk-portable cd /emsdk-portable -hide_output ./emsdk install 2.0.5 -./emsdk activate 2.0.5 +hide_output ./emsdk install 3.1.68 +./emsdk activate 3.1.68 |
