Skip to content

Commit

Permalink
chore(ci): Don't check build-rs against past commits
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 6, 2024
1 parent 110071e commit be583bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/xtask-bump-check/src/xtask.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ fn bump_check(args: &clap::ArgMatches, gctx: &cargo::util::GlobalContext) -> Car
let mut cmd = ProcessBuilder::new("cargo");
cmd.arg("semver-checks")
.arg("--workspace")
.args(&["--exclude", "build-rs"]) // FIXME: Remove once 1.84 is stable.
.arg("--baseline-rev")
.arg(referenced_commit.id().to_string());
for krate in crates_not_check_against_channels {
Expand Down

0 comments on commit be583bc

Please sign in to comment.