We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f3fd0 commit c9521dbCopy full SHA for c9521db
1 file changed
.github/toolchain/Dockerfile
@@ -15,8 +15,10 @@ ARG MAKE_ARGS
15
RUN test -n "${ARCH}"
16
RUN test -n "${ABI}"
17
18
+# this commit is the last before gcc was bumped to 15
19
RUN git clone https://github.com/riscv/riscv-gnu-toolchain \
20
&& cd riscv-gnu-toolchain \
21
+ && git checkout 23863c2ca74e6c050f0c97e7af61f5f1776aadd1 \
22
&& ./configure --prefix=/opt/riscv --with-arch=${ARCH} --with-abi=${ABI} \
23
&& make ${MAKE_ARGS}
24
0 commit comments