mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Everywhere: Replace SERENITY_SOURCE_DIR with LADYBIRD_SOURCE_DIR
In order to have checkouts of both SerenityOS and Ladybird, we need to use a different environment variable for Ladybird.
This commit is contained in:
committed by
Andreas Kling
parent
319496eb70
commit
bdbe2fdcc5
4
.github/workflows/libjs-test262.yml
vendored
4
.github/workflows/libjs-test262.yml
vendored
@@ -3,7 +3,7 @@ name: Run test262 and test-wasm
|
||||
on: [push]
|
||||
|
||||
env:
|
||||
SERENITY_SOURCE_DIR: ${{ github.workspace }}
|
||||
LADYBIRD_SOURCE_DIR: ${{ github.workspace }}
|
||||
|
||||
jobs:
|
||||
run_and_update_results:
|
||||
@@ -92,7 +92,7 @@ jobs:
|
||||
-DCMAKE_CXX_COMPILER=g++-13 \
|
||||
-DWASM_SPEC_TEST_SKIP_FORMATTING=ON \
|
||||
-DINCLUDE_WASM_SPEC_TESTS=ON \
|
||||
-DSERENITY_SOURCE_DIR=${{ env.SERENITY_SOURCE_DIR }} \
|
||||
-DLADYBIRD_SOURCE_DIR=${{ env.LADYBIRD_SOURCE_DIR }} \
|
||||
-DSERENITY_CACHE_DIR=Build/caches
|
||||
ninja -C Build test262-runner test-js test-wasm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user