Skip to content

Commit

Permalink
Revert "chore: support 64k page size"
Browse files Browse the repository at this point in the history
This reverts commit e43bca3.
  • Loading branch information
deepak1556 committed Jun 12, 2023
1 parent e43bca3 commit 40829fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ main() {
elif is_aarch64_musl; then
# force jemalloc to allow 16K page sizes for linux musl
# https://github.com/microsoft/ripgrep-prebuilt/issues/26
JEMALLOC_SYS_WITH_LG_PAGE=16 "$CARGO" build --target "$TARGET" --release --features 'pcre2'
JEMALLOC_SYS_WITH_LG_PAGE=14 "$CARGO" build --target "$TARGET" --release --features 'pcre2'
else
# Technically, MUSL builds will force PCRE2 to get statically compiled,
# but we also want PCRE2 statically build for macOS binaries.
Expand Down

0 comments on commit 40829fb

Please sign in to comment.