We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e2298 commit e9ff723Copy full SHA for e9ff723
.github/workflows/release.yaml
@@ -32,8 +32,6 @@ jobs:
32
- name: Linux aarch64
33
target: aarch64-unknown-linux-musl
34
build-args: "--release --features=jemalloc -vv"
35
- JEMALLOC_SYS_WITH_LG_PAGE: "16"
36
-
37
- name: Linux armv7hf
38
target: armv7-unknown-linux-musleabihf
39
build-args: "--release --no-default-features --features ring"
@@ -147,7 +145,7 @@ jobs:
147
145
- name: Build ${{ matrix.platform.name }} binary
148
146
uses: actions-rs/cargo@v1
149
env:
150
- aarch64_unknown_linux_musl_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