summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wood <david@davidtw.co>2020-12-17 10:29:58 +0000
committerDavid Wood <david@davidtw.co>2020-12-17 10:29:58 +0000
commit62eab830c859bc4d3d53032e5b7288c7ea6f0c56 (patch)
tree9d4909928233ab9d8f7c7b0612db70ca606cbd54
parentbdd0a78582efd17f588b35e3e227a65617d5afec (diff)
downloadrust-62eab830c859bc4d3d53032e5b7288c7ea6f0c56.tar.gz
bootstrap: update ci-llvm stamp after #80087
Unfortunately, #80087 forgot to update the ci-llvm stamp, so the updated ci-llvm tarball with `llvm-dwp` wasn't downloaded by users. This commit updates the ci-llvm stamp to resolve that problem. Signed-off-by: David Wood <david@davidtw.co>
-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 d857618eefa..b29ecd65401 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/78131
+Last change is for: https://github.com/rust-lang/rust/pull/80087