Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to current SpiderMonkey 96 beta #4

Merged
merged 2 commits into from
Dec 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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