You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN apt-get update && apt-get install -y --no-install-recommends \
4
+
gcc libc6-dev qemu-user ca-certificates \
5
+
wget xz-utils make file llvm
6
+
7
+
ENV VERSION=2025.01.20
8
+
9
+
RUN wget "https://github.com/riscv-collab/riscv-gnu-toolchain/releases/download/${VERSION}/riscv32-glibc-ubuntu-24.04-gcc-nightly-${VERSION}-nightly.tar.xz" \
0 commit comments