Skip to content

Commit e19767e

Browse files
authored
Unrolled build for rust-lang#131533
Rollup merge of rust-lang#131533 - workingjubilee:update-emscripten-version, r=Kobzol emscripten: Use the latest emsdk 3.1.68 This should fix our precompiled std being unsound in `std::fs` code. Should resolve rust-lang#131467 I hope.
2 parents f6648f2 + 2c38ecf commit e19767e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/docker/scripts/emscripten.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ exit 1
2020

2121
git clone https://github.com/emscripten-core/emsdk.git /emsdk-portable
2222
cd /emsdk-portable
23-
hide_output ./emsdk install 2.0.5
24-
./emsdk activate 2.0.5
23+
hide_output ./emsdk install 3.1.68
24+
./emsdk activate 3.1.68

0 commit comments

Comments
 (0)