Skip to content

Commit 4548213

Browse files
authored
Update environment variable for JEMALLOC_SYS
1 parent 92cd763 commit 4548213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: Build ${{ matrix.platform.name }} binary
146146
uses: actions-rs/cargo@v1
147147
env:
148-
AARCH64_UNKNOWN_LINUX_MUSL_JEMALLOC_SYS_WITH_LG_PAGE: '16'
148+
JEMALLOC_SYS_WITH_LG_PAGE: '16'
149149
# We use cross-rs if not running on x86_64 architecture on Linux
150150
with:
151151
command: build

0 commit comments

Comments
 (0)