Skip to content

Commit e9ff723

Browse files
authored
Remove JEMALLOC_SYS_WITH_LG_PAGE from aarch64 build
Removed JEMALLOC_SYS_WITH_LG_PAGE environment variable for aarch64 build.
1 parent 03e2298 commit e9ff723

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
- name: Linux aarch64
3333
target: aarch64-unknown-linux-musl
3434
build-args: "--release --features=jemalloc -vv"
35-
JEMALLOC_SYS_WITH_LG_PAGE: "16"
36-
3735
- name: Linux armv7hf
3836
target: armv7-unknown-linux-musleabihf
3937
build-args: "--release --no-default-features --features ring"
@@ -147,7 +145,7 @@ jobs:
147145
- name: Build ${{ matrix.platform.name }} binary
148146
uses: actions-rs/cargo@v1
149147
env:
150-
aarch64_unknown_linux_musl_JEMALLOC_SYS_WITH_LG_PAGE: '16'
148+
AARCH64_UNKNOWN_LINUX_MUSL_JEMALLOC_SYS_WITH_LG_PAGE: '16'
151149
# We use cross-rs if not running on x86_64 architecture on Linux
152150
with:
153151
command: build

0 commit comments

Comments
 (0)