about summary refs log tree commit diff
path: root/src/ci/docker/scripts
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-08-20 06:56:02 +0000
committerbors <bors@rust-lang.org>2024-08-20 06:56:02 +0000
commit0305cee39a27b8a9a59b5c7ec978f17420c4bee8 (patch)
tree0afec8e5357bcdf55433a8f65c4a9f89dbaff4b3 /src/ci/docker/scripts
parentc74ffd88cb0fc13b1399eb4b75abc8b386386e5a (diff)
parentbd9e7af0fa66bd81b14586d0e7084e1afdee8424 (diff)
downloadrust-0305cee39a27b8a9a59b5c7ec978f17420c4bee8.tar.gz
rust-0305cee39a27b8a9a59b5c7ec978f17420c4bee8.zip
Auto merge of #3828 - rust-lang:rustup-2024-08-20, r=RalfJung
Automatic Rustup
Diffstat (limited to 'src/ci/docker/scripts')
-rw-r--r--src/ci/docker/scripts/crosstool-ng-git.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/scripts/crosstool-ng-git.sh b/src/ci/docker/scripts/crosstool-ng-git.sh
index 2a10e262df8..e86810ae613 100644
--- a/src/ci/docker/scripts/crosstool-ng-git.sh
+++ b/src/ci/docker/scripts/crosstool-ng-git.sh
@@ -2,7 +2,7 @@
 set -ex
 
 URL=https://github.com/crosstool-ng/crosstool-ng
-REV=c64500d94be92ed1bcdfdef911048a14e216a5e1
+REV=ed12fa68402f58e171a6f79500f73f4781fdc9e5
 
 mkdir crosstool-ng
 cd crosstool-ng