Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent CMake targets from going stale. #255

Open
chiphogg opened this issue Jul 3, 2024 · 0 comments
Open

Prevent CMake targets from going stale. #255

chiphogg opened this issue Jul 3, 2024 · 0 comments
Labels
⬇️ affects: repo or tools Affects the non-library tools or the repository itself 📁 kind: enhancement New feature or request 💪 effort: medium

Comments

@chiphogg
Copy link
Contributor

chiphogg commented Jul 3, 2024

Soon, we plan to support CMake (#215). We won't use globbing, because that's a can of worms. But several bazel targets do use globbing, so we need a way to make sure the CMake build doesn't go stale.

Maybe there's some GitHub action where the user will have to check a box to land the PR. And this blocking box can be triggered on:

  • Any file being added in a directory, like units, that we glob.
  • Any BUILD file being edited.

The latter would makes this issue more expansive than globs, so that it covers keeping CMake up to date generally.

@chiphogg chiphogg added 📁 kind: enhancement New feature or request 💪 effort: medium ⬇️ affects: repo or tools Affects the non-library tools or the repository itself labels Jul 3, 2024
@chiphogg chiphogg added this to the 0.3.6 milestone Jul 27, 2024
@chiphogg chiphogg removed this from the 0.4.0 milestone Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⬇️ affects: repo or tools Affects the non-library tools or the repository itself 📁 kind: enhancement New feature or request 💪 effort: medium
Projects
None yet
Development

No branches or pull requests

1 participant