mirror of
https://github.com/erebe/wstunnel.git
synced 2026-04-22 16:27:13 +08:00
Update JEMALLOC_SYS_WITH_LG_PAGE environment variable
This commit is contained in:
committed by
GitHub
parent
4548213588
commit
fff63831a9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user