Skip to content

Commit e40e827

Browse files
committed
Revert GCC version change
1 parent c9521db commit e40e827

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/toolchain/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ 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
1918
RUN git clone https://github.com/riscv/riscv-gnu-toolchain \
2019
&& cd riscv-gnu-toolchain \
21-
&& git checkout 23863c2ca74e6c050f0c97e7af61f5f1776aadd1 \
2220
&& ./configure --prefix=/opt/riscv --with-arch=${ARCH} --with-abi=${ABI} \
2321
&& make ${MAKE_ARGS}
2422

0 commit comments

Comments
 (0)