Skip to content

Commit 9958e75

Browse files
authored
Upgrade to spidermonkey 116 (#21)
Update to spidermonkey 116, and fix some build script issues that were causing us to use the wrong tools. This has one new commit on the fastly/ff-116 branch, to handle a new use of `pthread_self` that showed up for debug builds only. The corresponding commit is: bytecodealliance/gecko-dev@ff10c17
1 parent d996611 commit 9958e75

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build-engine.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ cd "$working_dir"
108108
MOZCONFIG="${mozconfig}" \
109109
MOZ_FETCHES_DIR=~/.mozbuild \
110110
CC=~/.mozbuild/clang/bin/clang \
111+
CXX=~/.mozbuild/clang/bin/clang++ \
112+
AR=~/.mozbuild/clang/bin/llvm-ar \
111113
python3 "${working_dir}/gecko-dev/mach" \
112114
--no-interactive \
113115
build

gecko-revision

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6e34b2fcf46f8921de48d1400a6614c88884a6bb
1+
ff10c17d2ab60f0643f1a947a02c399882b3f1b4

0 commit comments

Comments
 (0)