about summary refs log tree commit diff
diff options
context:
space:
mode:
authorjyn <github@jyn.dev>2023-06-14 09:01:19 -0500
committerjyn <github@jyn.dev>2023-06-14 09:01:40 -0500
commitbe9b1334a0680e64b892e1d2c1ef827628f4a834 (patch)
treeb27fbd4790660576fbd1ec0f46aee553e9c24d7a
parent34d64ab7a21f704adb496ee2749242fc3511f0f8 (diff)
downloadrust-be9b1334a0680e64b892e1d2c1ef827628f4a834.tar.gz
rust-be9b1334a0680e64b892e1d2c1ef827628f4a834.zip
Suggest bumping download-ci-llvm-stamp if the build config for llvm is changed
-rw-r--r--triagebot.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 0f0b31e9f38..9248e8fc28a 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -477,6 +477,13 @@ message = "This PR changes src/bootstrap/defaults/config.compiler.toml. If appro
 [mentions."src/bootstrap/defaults/config.codegen.toml"]
 message = "This PR changes src/bootstrap/defaults/config.codegen.toml. If appropriate, please also update `config.compiler.toml` so the defaults are in sync."
 
+[mentions."src/bootstrap/llvm.rs"]
+message = "This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp."
+[mentions."compiler/rustc_llvm/build.rs"]
+message = "This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp."
+[mentions."compiler/rustc_llvm/llvm-wrapper"]
+message = "This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp."
+
 [mentions."tests/ui/deriving/deriving-all-codegen.stdout"]
 message = "Changes to the code generated for builtin derived traits."
 cc = ["@nnethercote"]