mirror of
https://github.com/sharkdp/fd.git
synced 2026-08-28 18:20:32 +08:00
@@ -134,7 +134,11 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
shell: bash
|
||||
run: $BUILD_CMD build --locked --release --target=${{ matrix.job.target }}
|
||||
run: |
|
||||
case ${{ matrix.job.target }} in
|
||||
aarch64-*) export JEMALLOC_SYS_WITH_LG_PAGE=16 ;;
|
||||
esac;
|
||||
$BUILD_CMD build --locked --release --target=${{ matrix.job.target }}
|
||||
|
||||
- name: Set binary name & path
|
||||
id: bin
|
||||
|
||||
Reference in New Issue
Block a user