We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18a0ea commit 78bd374Copy full SHA for 78bd374
1 file changed
.github/workflows/release.yaml
@@ -147,7 +147,7 @@ jobs:
147
- name: Build ${{ matrix.platform.name }} binary
148
uses: actions-rs/cargo@v1
149
env:
150
- JEMALLOC_SYS_WITH_LG_PAGE: '16'
+ aarch64_unknown_linux_musl_JEMALLOC_SYS_WITH_LG_PAGE: '16'
151
# We use cross-rs if not running on x86_64 architecture on Linux
152
with:
153
command: build
0 commit comments