Skip to content

Commit 9c16db9

Browse files
committed
chore: reenable weval patches
1 parent d591115 commit 9c16db9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
build: [release, debug]
27+
build: [release, debug, weval]
2828
os: [ubuntu-latest]
2929
outputs:
3030
SM_TAG_EXISTS: ${{ steps.check-sm-release.outputs.SM_TAG_EXISTS }}

cmake/spidermonkey.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ option(WEVAL "Build with a SpiderMonkey variant that supports weval-based AOT co
1212

1313
if (WEVAL)
1414
set(SM_BUILD_TYPE "${SM_BUILD_TYPE}_weval")
15+
set(SM_TAG WEVAL)
1516
endif()
1617

1718
# If the developer has specified an alternate local set of SpiderMonkey
@@ -59,7 +60,7 @@ else()
5960

6061
manage_git_source(
6162
NAME spidermonkey
62-
REPO_URL https://github.com/bytecodealliance/firefox.git
63+
REPO_URL https://github.com/andreiltd/firefox.git
6364
TAG ${SM_TAG}
6465
SOURCE_DIR ${SM_SOURCE_DIR}
6566
)

0 commit comments

Comments
 (0)