From ea9c4b62747962d8b0d8665ddaddb4eda4973a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= Date: Mon, 9 Oct 2023 09:29:24 +0200 Subject: [PATCH] Bump ct-ng version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The recent arm-unknown config depends on more recent change. refs https://github.com/compiler-explorer/compiler-explorer/pull/5554 Signed-off-by: Marc Poulhiès --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0794111..71d866f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -82,7 +82,7 @@ COPY build/patches/crosstool-ng/ld_library_path.patch ./ ## TAG is pointing to a specific ct-ng revision (usually the current dev one ## when updating this script or ct-ng) -RUN TAG=c116c9a2cdbff69758142b395fe727c2398ac80e && \ +RUN TAG=cf6b1740a14634406bb3426309dd92af8faa06fb && \ curl -sL https://github.com/crosstool-ng/crosstool-ng/archive/${TAG}.zip --output crosstool-ng-master.zip && \ unzip crosstool-ng-master.zip && \ cd crosstool-ng-${TAG} && \