Skip to content

Commit d7e0567

Browse files
committed
chore(ci): Don't check build-rs against past commits
1 parent 9b50488 commit d7e0567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/xtask-bump-check/src/xtask.rs

+1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ fn bump_check(args: &clap::ArgMatches, gctx: &cargo::util::GlobalContext) -> Car
184184
let mut cmd = ProcessBuilder::new("cargo");
185185
cmd.arg("semver-checks")
186186
.arg("--workspace")
187+
.args(&["--exclude", "build-rs"]) // FIXME: Remove once 1.84 is stable.
187188
.arg("--baseline-rev")
188189
.arg(referenced_commit.id().to_string());
189190
for krate in crates_not_check_against_channels {

0 commit comments

Comments
 (0)