Skip to content

Commit 2590e9b

Browse files
committed
ci: remove workaround for riscv64
1 parent 97d4589 commit 2590e9b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/test.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ main() {
4848
# don't use xargo: should have native support just from rustc
4949
rustup toolchain add nightly
5050
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")
5551
fi
5652

5753
if (( ${STD:-0} )); then

0 commit comments

Comments
 (0)