Skip to content

Commit 208d747

Browse files
Update to current SpiderMonkey 96 beta (#4)
1 parent f837809 commit 208d747

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

build-engine.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
88
sudo apt-get update -y
99

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

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

3434
# ... except, that doesn't install the wasi-sysroot, which we need, so we do that manually.
3535
cd ~/.mozbuild
36-
_virtualenvs/mach/bin/python \
36+
python3 \
3737
${working_dir}/gecko-dev/mach \
3838
artifact \
3939
toolchain \

gecko-revision

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5f992458881b445a12d9b18aff91d56210743a73
1+
ff6eccd7dc9702c1d99f11ec24a70851b5d6a2fe

object-files.list

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
memory/build/Unified_cpp_memory_build0.o
22
memory/mozalloc/Unified_cpp_memory_mozalloc0.o
3-
memory/mozalloc/mozalloc_abort.o
43
mozglue/misc/AutoProfilerLabel.o
54
mozglue/misc/ConditionVariable_noop.o
65
mozglue/misc/MmapFaultHandler.o

0 commit comments

Comments
 (0)