Skip to content

Commit 549596e

Browse files
authored
chore(ci): Temporarily disable musl target (#202)
it is impossible to build fuzz target on musl without adding more packages and cargo-dist is not in favor of that. For now remove musl target to make a release and in next steps replace cargo-dist with other way of building artifacts.
1 parent cb9a96e commit 549596e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ci = ["github"]
4646
# The installers to generate for each app
4747
installers = ["shell"]
4848
# Target platforms to build apps for (Rust target-triple syntax)
49-
targets = ["x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"]
49+
targets = ["x86_64-unknown-linux-gnu"]
5050
# Publish jobs to run in CI
5151
pr-run-mode = "plan"
5252
# Whether cargo-dist should create a Github Release or use an existing draft

0 commit comments

Comments
 (0)