We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8fa4d commit e32ed96Copy full SHA for e32ed96
Dockerfile
@@ -60,7 +60,7 @@ RUN apt-get update -y -q && apt-get upgrade -y -q && apt-get upgrade -y -q && \
60
curl "https://s3.amazonaws.com/compiler-explorer/opt/gcc-12.3.0.tar.xz" -o gcc12.tar.xz && \
61
curl "https://s3.amazonaws.com/compiler-explorer/opt/gcc-13.2.0.tar.xz" -o gcc13.tar.xz && \
62
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 && \
+ curl "https://s3.amazonaws.com/compiler-explorer/opt/gcc-trunk-20250130.tar.xz" -o gcc-trunk.tar.xz && \
64
tar Jxf gcc11.tar.xz && \
65
tar Jxf gcc12.tar.xz && \
66
tar Jxf gcc13.tar.xz && \
0 commit comments