mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 14:43:24 +00:00
Update Emscripten on CI to 2.0.5
`getentropy()` is available since Emscripten 2.0.5. See: https://github.com/emscripten-core/emscripten/pull/12240
This commit is contained in:
parent
4d40cdfe2b
commit
7b40eb71a9
@ -20,5 +20,5 @@ exit 1
|
||||
|
||||
git clone https://github.com/emscripten-core/emsdk.git /emsdk-portable
|
||||
cd /emsdk-portable
|
||||
hide_output ./emsdk install 1.39.20
|
||||
./emsdk activate 1.39.20
|
||||
hide_output ./emsdk install 2.0.5
|
||||
./emsdk activate 2.0.5
|
||||
|
Loading…
Reference in New Issue
Block a user