Skip to content

Commit

Permalink
ci: use newer gcc version for cross target aarch64-unknown-linux-gnu …
Browse files Browse the repository at this point in the history
…and armv7-unknown-linux-gnueabihf
  • Loading branch information
ttys3 committed Sep 1, 2024
1 parent 86d855b commit 9ff7309
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
[build.env]
passthrough = ["RUSTFLAGS", "OUCH_ARTIFACTS_FOLDER"]

[target.aarch64-unknown-linux-gnu]
# Translates to `ghcr.io/cross-rs/aarch64-unknown-linux-gnu:edge`
image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu:edge"

[target.armv7-unknown-linux-gnueabihf]
image = "ghcr.io/cross-rs/armv7-unknown-linux-gnueabihf:edge"

0 comments on commit 9ff7309

Please sign in to comment.