Skip to content

Commit

Permalink
Change cross-compilation gcc pkg name
Browse files Browse the repository at this point in the history
Based on this `Cargo.toml`[1], I either have the package name wrong or
there is an alternately named package which will install without
changing dkpg architecture configurations (which `cargo-dist` doesn't
really expose).

[1]: https://github.com/connec/cloudformatious-cli/blob/28d7dda/Cargo.toml#L61-L62
  • Loading branch information
bjeanes committed Jul 12, 2024
1 parent 8125328 commit 8cc90f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ aarch64-apple-darwin = "macos-14"
x86_64-apple-darwin = "macos-14"

[workspace.metadata.dist.dependencies.apt]
aarch64-linux-gnu-gcc = { version = "*", targets = ["aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl"] }
gcc-aarch64-linux-gnu = { version = "*", targets = ["aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl"] }
libudev-dev = { version = "*", targets = ["x86_64-unknown-linux-gnu"] }

# The profile that 'cargo dist' will build withgithub-attestations = true
Expand Down

0 comments on commit 8cc90f9

Please sign in to comment.