Skip to content

Commit 8f31251

Browse files
committed
run sanitizer tests agains stable JavaScriptCore
Signed-off-by: Robert Günzler <[email protected]>
1 parent bc6d1a3 commit 8f31251

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,16 @@ jobs:
9090
type: static
9191
options: -DINCLUDEJS_ADDRESS_SANITIZER:BOOL=ON
9292
backend: JavaScriptCore
93+
javascriptcore_version: "6.0"
94+
options: -DINCLUDEJS_BACKEND_JAVASCRIPTCORE_API_VERSION:STRING=4.1
9395
- os: ubuntu-latest
9496
cc: clang
9597
cxx: clang++
9698
type: static
9799
options: -DINCLUDEJS_UNDEFINED_SANITIZER:BOOL=ON
98100
backend: JavaScriptCore
101+
javascriptcore_version: "6.0"
102+
options: -DINCLUDEJS_BACKEND_JAVASCRIPTCORE_API_VERSION:STRING=4.1
99103
- os: macos-latest
100104
cc: clang
101105
cxx: clang++

0 commit comments

Comments
 (0)