Skip to content

Commit 63a235f

Browse files
runonthespotclaude
andcommitted
fix: remove musl target - no ONNX Runtime support
Even x86_64-unknown-linux-musl doesn't have ONNX Runtime binaries. Focus on native builds only: - Linux x86_64 (gnu) - Windows x86_64 (msvc/gnu) and aarch64 - macOS x86_64 and aarch64 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7122b43 commit 63a235f

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ jobs:
5757
target: x86_64-unknown-linux-gnu
5858
use-cross: false
5959

60-
- build: linux-x86_64-musl
61-
os: ubuntu-latest
62-
target: x86_64-unknown-linux-musl
63-
use-cross: true
64-
6560

6661
# macOS builds
6762
- build: macos-x86_64

Cross.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
# Use sccache's proven Docker images with pkg-config pre-build
2-
[target.x86_64-unknown-linux-musl]
3-
image = "messense/rust-musl-cross:x86_64-musl"
4-
pre-build = ["apt-get update && apt-get install -y pkg-config libssl-dev"]
5-
1+
# Cross-compilation configuration (currently empty - no cross targets)

0 commit comments

Comments
 (0)