about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorjyn <github@jyn.dev>2023-04-18 07:29:04 -0500
committerjyn <github@jyn.dev>2023-04-18 07:29:04 -0500
commit678792568b2f92c6787547dbb006f1a7a1e9613e (patch)
tree3ffc8cc4bc2d34026e2cbd1607bf3c6a61ca91bc /src/bootstrap
parent5fe3528be5ef12be3d12c7a9ee1b0bff9e3b35e4 (diff)
downloadrust-678792568b2f92c6787547dbb006f1a7a1e9613e.tar.gz
rust-678792568b2f92c6787547dbb006f1a7a1e9613e.zip
Bump `download-ci-llvm-stamp` for loong support
This was missed in https://github.com/rust-lang/rust/pull/96971 and
resulted in the LLVM we cache in CI being different from the one built
locally. We didn't catch it because nothing tested the loong support.
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/download-ci-llvm-stamp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/download-ci-llvm-stamp b/src/bootstrap/download-ci-llvm-stamp
index 36f9aaa595d..4111b7cc0d3 100644
--- a/src/bootstrap/download-ci-llvm-stamp
+++ b/src/bootstrap/download-ci-llvm-stamp
@@ -1,4 +1,4 @@
 Change this file to make users of the `download-ci-llvm` configuration download
 a new version of LLVM from CI, even if the LLVM submodule hasn’t changed.
 
-Last change is for: https://github.com/rust-lang/rust/pull/109373
+Last change is for: https://github.com/rust-lang/rust/pull/96971