Skip to content

Commit 85093eb

Browse files
fix(ci): silence cross compilation warnings for ARM64 builds
- Add CROSS_NO_WARNINGS=1 to build environment - Prevents unused Cross.toml key warnings from failing builds - Cross.toml has macOS-specific config that warns on Linux ARM64 builds - Fixes Issue #131 ARM64 release builds Signed-off-by: Michael A. Kuykendall <[email protected]>
1 parent 1235a7b commit 85093eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ jobs:
257257
258258
- name: Build binary
259259
shell: bash
260+
env:
261+
CROSS_NO_WARNINGS: 1
260262
run: |
261263
# Determine features based on platform (Issue #129: GPU support in precompiled binaries)
262264
FEATURES="huggingface,llama"

0 commit comments

Comments
 (0)