diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-03-10 11:29:04 +0100 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2025-03-10 12:26:02 +0100 |
| commit | dcc2b307dc3b4807fb9a1fb2ef8c26396bb8649b (patch) | |
| tree | 396385176c0d0e2def6ef5230f6afdc2eaa5bce6 | |
| parent | 2b1b09ce0e0143ccf84f91b0691b52e2c8ecb6c9 (diff) | |
| download | rust-dcc2b307dc3b4807fb9a1fb2ef8c26396bb8649b.tar.gz rust-dcc2b307dc3b4807fb9a1fb2ef8c26396bb8649b.zip | |
Add triagebot entry for GCC modifications
| -rw-r--r-- | triagebot.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index e4231b2966b..91d0edbe762 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -958,6 +958,9 @@ If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/util [mentions."src/bootstrap/src/core/build_steps/llvm.rs"] message = "This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp." +[mentions."src/bootstrap/src/core/build_steps/gcc.rs"] +message = "This PR changes how GCC is built. Consider updating src/bootstrap/download-ci-gcc-stamp." + [mentions."tests/crashes"] message = "This PR changes a file inside `tests/crashes`. If a crash was fixed, please move into the corresponding `ui` subdir and add 'Fixes #<issueNr>' to the PR description to autoclose the issue upon merge." |
