Skip to content

Commit eb060f6

Browse files
authored
Rollup merge of #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 #131467 I hope.
2 parents cb140dc + 2c38ecf commit eb060f6

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)