We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9036d commit 21878d6Copy full SHA for 21878d6
build-engine.sh
@@ -6,7 +6,9 @@ then
6
# Ensure apt-get is current, because otherwise bootstrapping might fail
7
sudo apt-get update -y
8
9
- # Ensure Rust can compile to WASI
+ # Ensure the Rust version matches that used by Gecko, and can compile to WASI
10
+ rustup update 1.54.0
11
+ rustup default 1.54.0
12
rustup target add wasm32-wasi
13
14
# Clone Gecko repository at the required revision
0 commit comments