From fc5a7077ca43894de1ea0d3f9f56ac627ceef5c7 Mon Sep 17 00:00:00 2001 From: Manuel Drehwald Date: Thu, 26 Mar 2026 20:55:11 +0100 Subject: [PATCH] bootstrap: force a CI LLVM stamp bump --- src/bootstrap/download-ci-llvm-stamp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/download-ci-llvm-stamp b/src/bootstrap/download-ci-llvm-stamp index 2ca19f082693b..fa640ad8d96f1 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/153179 +Last change is for: https://github.com/rust-lang/rust/pull/151063