mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
chore(ci): Don't check build-rs against past commits
This commit is contained in:
parent
82a912a2ee
commit
80c117a99b
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user