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 97d4589 commit 2590e9bCopy full SHA for 2590e9b
ci/test.sh
@@ -48,10 +48,6 @@ 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
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.70
54
- CROSS+=("+1.70")
55
fi
56
57
if (( ${STD:-0} )); then
0 commit comments