Skip to content

Commit

Permalink
ci: fix oxlint build
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jun 27, 2024
1 parent 7b5abf6 commit 1d74db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_oxlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
# Need to support 16kb-aligned pages for aarch64 systems,
# Asahi Linux & Raspberry Pi OS use a 16k page size.
# https://github.com/oxc-project/oxc/issues/3783
case ${{ matrix.job.target }} in
case ${{ matrix.target }} in
aarch64-*) export JEMALLOC_SYS_WITH_LG_PAGE=16 ;;
esac;
cross build --release --target=${{ matrix.target }} --bin oxlint --features allocator
Expand Down

0 comments on commit 1d74db7

Please sign in to comment.