Skip to content

Commit

Permalink
Unrolled build for rust-lang#131533
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rust-timer authored Oct 14, 2024
2 parents f6648f2 + 2c38ecf commit e19767e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ci/docker/scripts/emscripten.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e19767e

Please sign in to comment.