Skip to content

Commit

Permalink
ci(tests): add Cargo configuration file for running GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LSViana committed Oct 14, 2023
1 parent cde167d commit 58c2d9d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .cargo/config.github
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"

[target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-gnu-gcc"

[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"

[target.armv7-unknown-linux-musleabihf]
linker = "arm-linux-musleabihf-gcc"

0 comments on commit 58c2d9d

Please sign in to comment.