File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ 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-20250803 .tar.xz" -o gcc-trunk.tar.xz && \
63+ curl "https://s3.amazonaws.com/compiler-explorer/opt/gcc-trunk-20251023 .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 && \
6767 tar Jxf gcc14.tar.xz && \
6868 tar Jxf gcc-trunk.tar.xz && \
69- mv gcc-trunk-20250803 gcc-trunk && \
69+ mv gcc-trunk-20251023 gcc-trunk && \
7070 rm gcc*.tar.xz
7171
7272# # Beware of the "trunk" download. It is useful when a cross compiler really
You can’t perform that action at this time.
0 commit comments