Skip to content

Commit f682566

Browse files
committed
Pass through RUSTFLAGS to qemu
Fixes ignoring tests on qemu platforms (mips & powerpc)
1 parent ff4676f commit f682566

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cross.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build.env]
2+
whitelist = ["RUSTFLAGS"]

ci/install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ main() {
1616
curl -LSfs https://japaric.github.io/trust/install.sh | \
1717
sh -s -- \
1818
--force \
19-
--git japaric/cross \
20-
--tag v0.1.4 \
19+
--git susurrus/cross \
2120
--target $target
2221
}
2322

0 commit comments

Comments
 (0)