Skip to content

Commit

Permalink
try fixing build break on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sowbug committed Sep 11, 2023
1 parent f6a4c4c commit c82dbe1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This avoids cross picking up custom linker from ~/.cargo/config.toml
# See: https://github.com/cross-rs/cross/issues/621

[build.env]
passthrough = [
"CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=x86_64-linux-gnu-gcc",
"RUSTFLAGS",
]

0 comments on commit c82dbe1

Please sign in to comment.