Skip to content

Commit c9521db

Browse files
Build toolchain for gcc 14 instead of 15
1 parent d5f3fd0 commit c9521db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/toolchain/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ ARG MAKE_ARGS
1515
RUN test -n "${ARCH}"
1616
RUN test -n "${ABI}"
1717

18+
# this commit is the last before gcc was bumped to 15
1819
RUN git clone https://github.com/riscv/riscv-gnu-toolchain \
1920
&& cd riscv-gnu-toolchain \
21+
&& git checkout 23863c2ca74e6c050f0c97e7af61f5f1776aadd1 \
2022
&& ./configure --prefix=/opt/riscv --with-arch=${ARCH} --with-abi=${ABI} \
2123
&& make ${MAKE_ARGS}
2224

0 commit comments

Comments
 (0)