Skip to content

Fix CLI build.rs rebuild triggers#5474

Merged
bfops merged 2 commits into
masterfrom
bfops/fix-cli-rebuild
Jul 4, 2026
Merged

Fix CLI build.rs rebuild triggers#5474
bfops merged 2 commits into
masterfrom
bfops/fix-cli-rebuild

Conversation

@bfops

@bfops bfops commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

Description of Changes

The CLI build.rs didn't have proper rebuild triggers logged, which could cause some issues in CI when target dirs were copied around.

It also had extra complexity where it copied around template files so that they would be part of the crate when it was published.. but we no longer publish the CLI crate so it was unnecessary complexity and would have complicated this rebuild detection logic, so I removed it.

API and ABI breaking changes

None

Expected complexity level and risk

2

Testing

  • CI passes

@bfops bfops changed the title Simplify CLI build.rs Fix CLI build.rs rebuild triggers Jul 2, 2026
@bfops bfops requested a review from jdetter July 2, 2026 17:23

@jdetter jdetter left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't see anything of concern here. I have not manually tested this but it should be covered by CI. Thanks @bfops 👍

@bfops bfops added this pull request to the merge queue Jul 4, 2026
@bfops bfops removed this pull request from the merge queue due to a manual request Jul 4, 2026
@bfops bfops added this pull request to the merge queue Jul 4, 2026
Merged via the queue into master with commit 6493aa6 Jul 4, 2026
83 of 90 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants