Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbfb authored May 23, 2024
1 parent caac8ea commit e711801
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -533,13 +533,14 @@ jobs:
run: |-
(yes | sdkmanager "cmake;3.22.1" --verbose) || true
mkdir -p "$HERMES_WS_DIR"
cd "$HERMES_WS_DIR"
# Check out test262 at a pinned revision to reduce flakiness
cd "$HERMES_WS_DIR"
git clone https://github.com/tc39/test262
cd test262
git checkout 19da3ca0757248f7595ee09d532bb83dd438f2b5
- name: Build Hermes Compiler
run: |-
cd "$HERMES_WS_DIR"
cmake -S hermes -B ./build -DCMAKE_BUILD_TYPE=Release
cmake --build ./build -j 4 --target hermesc
- name: Run android tests
Expand Down

0 comments on commit e711801

Please sign in to comment.