Skip to content

Commit

Permalink
Update to current SpiderMonkey 96 beta (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschneidereit authored Dec 22, 2021
1 parent f837809 commit 208d747
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build-engine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
sudo apt-get update -y

# Ensure the Rust version matches that used by Gecko, and can compile to WASI
rustup update 1.55.0
rustup default 1.55.0
rustup update 1.57.0
rustup default 1.57.0
rustup target add wasm32-wasi

if [[ ! -a gecko-dev ]]
Expand All @@ -33,7 +33,7 @@ git checkout FETCH_HEAD

# ... except, that doesn't install the wasi-sysroot, which we need, so we do that manually.
cd ~/.mozbuild
_virtualenvs/mach/bin/python \
python3 \
${working_dir}/gecko-dev/mach \
artifact \
toolchain \
Expand Down
2 changes: 1 addition & 1 deletion gecko-revision
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5f992458881b445a12d9b18aff91d56210743a73
ff6eccd7dc9702c1d99f11ec24a70851b5d6a2fe
1 change: 0 additions & 1 deletion object-files.list
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
memory/build/Unified_cpp_memory_build0.o
memory/mozalloc/Unified_cpp_memory_mozalloc0.o
memory/mozalloc/mozalloc_abort.o
mozglue/misc/AutoProfilerLabel.o
mozglue/misc/ConditionVariable_noop.o
mozglue/misc/MmapFaultHandler.o
Expand Down

0 comments on commit 208d747

Please sign in to comment.