We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89e7c8 commit ac5c2e2Copy full SHA for ac5c2e2
ci/test.sh
@@ -48,7 +48,7 @@ main() {
48
# don't use xargo: should have native support just from rustc
49
rustup toolchain add nightly
50
CROSS+=("+nightly")
51
- elif (( "${TARGET}" != "riscv64gc-unknown-linux-gnu" )); then
+ elif [[ "${TARGET}" == "riscv64gc-unknown-linux-gnu" ]]; then
52
# FIXME: riscv64gc-unknown-linux-gnu is broken on rustc 1.75, see https://github.com/cross-rs/cross/issues/1423
53
rustup toolchain add 1.74
54
CROSS+=("+1.74")
0 commit comments