Skip to content

Commit e32ed96

Browse files
committed
Bump nightly version of GCC nightly archive
Signed-off-by: Marc Poulhiès <[email protected]>
1 parent 7d8fa4d commit e32ed96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN apt-get update -y -q && apt-get upgrade -y -q && apt-get upgrade -y -q && \
6060
curl "https://s3.amazonaws.com/compiler-explorer/opt/gcc-12.3.0.tar.xz" -o gcc12.tar.xz && \
6161
curl "https://s3.amazonaws.com/compiler-explorer/opt/gcc-13.2.0.tar.xz" -o gcc13.tar.xz && \
6262
curl "https://s3.amazonaws.com/compiler-explorer/opt/gcc-14.2.0.tar.xz" -o gcc14.tar.xz && \
63-
curl "https://s3.amazonaws.com/compiler-explorer/opt/gcc-trunk-20250128.tar.xz" -o gcc-trunk.tar.xz && \
63+
curl "https://s3.amazonaws.com/compiler-explorer/opt/gcc-trunk-20250130.tar.xz" -o gcc-trunk.tar.xz && \
6464
tar Jxf gcc11.tar.xz && \
6565
tar Jxf gcc12.tar.xz && \
6666
tar Jxf gcc13.tar.xz && \

0 commit comments

Comments
 (0)