Update JEMALLOC_SYS_WITH_LG_PAGE environment variable

This commit is contained in:
Erèbe - Romain Gerard
2026-02-01 10:33:41 +01:00
committed by GitHub
parent 4548213588
commit fff63831a9
+1 -1
View File
@@ -145,7 +145,7 @@ jobs:
- name: Build ${{ matrix.platform.name }} binary
uses: actions-rs/cargo@v1
env:
JEMALLOC_SYS_WITH_LG_PAGE: '16'
JEMALLOC_SYS_WITH_LG_PAGE: ${{ contains(matrix.platform.target, 'aarch64') && '16' || '4' }}
# We use cross-rs if not running on x86_64 architecture on Linux
with:
command: build