Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b574264

Browse files
committed
Auto merge of rust-lang#138197 - Zalathar:assemble-cycle, r=<try>
(DO NOT MERGE) Investigating bootstrap cycle r? ghost try-job: aarch64-apple
2 parents f5a1ef7 + 9828ba8 commit b574264

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/bootstrap/src/core/build_steps/compile.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,7 @@ impl Step for Rustc {
992992
}
993993

994994
fn make_run(run: RunConfig<'_>) {
995+
// dummy change
995996
let crates = run.cargo_crates_in_set();
996997
run.builder.ensure(Rustc {
997998
compiler: run

src/bootstrap/src/core/config/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ pub(crate) const RUSTC_IF_UNCHANGED_ALLOWED_PATHS: &[&str] = &[
4848
":!src/rustdoc-json-types",
4949
":!tests",
5050
":!triagebot.toml",
51+
":!src/bootstrap", // lol, lmao
5152
];
5253

5354
macro_rules! check_ci_llvm {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@ revisions: blank bad
2-
//@ [blank] compile-flags: -Cinstrument-coverage=
2+
//@ [blank] compile-flags: -Cinstrument-coverage=_
33
//@ [bad] compile-flags: -Cinstrument-coverage=bad-value
44

55
fn main() {}

0 commit comments

Comments
 (0)