From 83b470eb9c8c7dd5a39e87fb898d27b6aea9b3f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= Date: Wed, 5 Jun 2024 18:56:58 +0200 Subject: [PATCH] Remove gcc 4.8.5 from the base compilers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was not supposed to be checked-in. Signed-off-by: Marc Poulhiès --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f3a22f9..7ac1a8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,17 +56,15 @@ RUN apt-get update -y -q && apt-get upgrade -y -q && apt-get upgrade -y -q && \ rm -rf aws* && \ mkdir -p /opt/compiler-explorer/ && \ cd /opt/compiler-explorer && \ - curl "https://s3.amazonaws.com/compiler-explorer/opt/gcc-4.8.5.tar.xz" -o gcc4.tar.xz && \ curl "https://s3.amazonaws.com/compiler-explorer/opt/gcc-11.4.0.tar.xz" -o gcc11.tar.xz && \ curl "https://s3.amazonaws.com/compiler-explorer/opt/gcc-12.3.0.tar.xz" -o gcc12.tar.xz && \ curl "https://s3.amazonaws.com/compiler-explorer/opt/gcc-13.2.0.tar.xz" -o gcc13.tar.xz && \ curl "https://s3.amazonaws.com/compiler-explorer/opt/gcc-14.1.0.tar.xz" -o gcc14.tar.xz && \ - tar Jxf gcc4.tar.xz && \ tar Jxf gcc11.tar.xz && \ tar Jxf gcc12.tar.xz && \ tar Jxf gcc13.tar.xz && \ tar Jxf gcc14.tar.xz && \ - rm gcc4.tar.xz gcc11.tar.xz gcc12.tar.xz gcc13.tar.xz gcc14.tar.xz + rm gcc*.tar.xz ## Need for host GCC version to be ~= latest cross GCC being built. ## This is at least needed for building cross-GNAT (Ada) as the GNAT runtime has no