Skip to content

Commit 69c4c38

Browse files
committed
ci: riscv: Use new official build docker image
Merged in rust-lang/rust#72973
1 parent 22dc71a commit 69c4c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/fetch-rust-docker.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ case "$TARGET" in
3232
x86_64-unknown-freebsd) image=dist-x86_64-freebsd ;;
3333
x86_64-unknown-linux-gnu) image=dist-x86_64-linux ;;
3434
x86_64-unknown-netbsd) image=dist-x86_64-netbsd ;;
35-
riscv64gc-unknown-linux-gnu) image=dist-various-1 ;;
35+
riscv64gc-unknown-linux-gnu) image=dist-riscv64-linux ;;
3636
*) exit ;;
3737
esac
3838

0 commit comments

Comments
 (0)