File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -315,6 +315,7 @@ jobs:
315
315
NO_LLVM_ASSERTIONS : 1
316
316
NO_DEBUG_ASSERTIONS : 1
317
317
DIST_REQUIRE_ALL_TOOLS : 1
318
+ JEMALLOC_SYS_WITH_LG_PAGE : 14
318
319
os : macos-latest
319
320
- name : x86_64-msvc-1
320
321
env :
Original file line number Diff line number Diff line change @@ -482,6 +482,14 @@ jobs:
482
482
NO_LLVM_ASSERTIONS : 1
483
483
NO_DEBUG_ASSERTIONS : 1
484
484
DIST_REQUIRE_ALL_TOOLS : 1
485
+ # Corresponds to 16K page size
486
+ #
487
+ # Shouldn't be needed if jemalloc-sys is updated to
488
+ # handle this platform like iOS or if we build on
489
+ # aarch64-apple-darwin itself.
490
+ #
491
+ # https://github.com/gnzlbg/jemallocator/blob/c27a859e98e3cb790dc269773d9da71a1e918458/jemalloc-sys/build.rs#L237
492
+ JEMALLOC_SYS_WITH_LG_PAGE : 14
485
493
<< : *job-macos-xl
486
494
487
495
# #####################
You can’t perform that action at this time.
0 commit comments