From ec7c117cdaeed22604d2110143c9c232ede03de6 Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Fri, 27 Feb 2026 19:21:15 +0800 Subject: [PATCH] bootstrap: force a CI LLVM stamp bump To see if this helps with . --- 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 e79391a107aac..2ca19f082693b 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/147935 +Last change is for: https://github.com/rust-lang/rust/pull/153179