File tree 2 files changed +1
-8
lines changed
docker/riscv64gc-unknown-linux-gnu
2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
1
FROM rust-riscv64gc-unknown-linux-gnu
2
2
3
-
4
- # We install a stable toolchain using rustup anyway, this should stop us getting
5
- # confused and still having this toolchain in $PATH
6
- RUN /usr/local/lib/rustlib/uninstall.sh
7
- # Weirdly that doesn't remove these:
8
- RUN rm /usr/local/bin/cargo /usr/local/bin/rust*
9
-
10
3
ENV CC_riscv64gc_unknown_linux_gnu=riscv64-unknown-linux-gnu-gcc \
11
4
CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_LINKER=riscv64-unknown-linux-gnu-gcc
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ case "$TARGET" in
32
32
x86_64-unknown-freebsd) image=dist-x86_64-freebsd ;;
33
33
x86_64-unknown-linux-gnu) image=dist-x86_64-linux ;;
34
34
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 ;;
36
36
* ) exit ;;
37
37
esac
38
38
You can’t perform that action at this time.
0 commit comments