Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Nov 5, 2024
1 parent 73776ed commit 2e25295
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions qemu-cargo-config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# gets copied to .cargo/config.toml on CI, meant to run tests under qemu

[target.s390x-unknown-linux-gnu]
runner = "qemu-s390x -L /usr/s390x-linux-gnu"
linker = "s390x-linux-gnu-gcc"

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

[target.wasm32-wasip1]
runner = "/home/runner/.wasmtime/bin/wasmtime"

0 comments on commit 2e25295

Please sign in to comment.