Skip to content

Commit

Permalink
fix: disable x86_64-unknown-linux-musl in github workload untill we f…
Browse files Browse the repository at this point in the history
…ix the kafka dependency to musl-gcc
  • Loading branch information
Masber committed Feb 9, 2025
1 parent 777c781 commit 327d0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cargo-dist-version = "0.28.0"
# The preferred Rust toolchain to use in CI (rustup toolchain syntax)
rust-toolchain-version = "1.84.0"
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"]
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"]
# CI backends to support
ci = "github"
# The installers to generate for each app
Expand Down

0 comments on commit 327d0bb

Please sign in to comment.