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

fr/idea: allow projects to include bazelrc files for the downstream/bazel-at-head pipelines #2080

Open
rickeylev opened this issue Oct 22, 2024 · 0 comments
Labels

Comments

@rickeylev
Copy link
Contributor

While trying to futz with some bazelrc files, I thought of an idea that might be useful for the bazel-at-head and the "run all the downstream projects" pipelines.

Basically, when those pipelines run, they conditionally include additional bazelrc config files or config names. e.g.g

  • Add --config=bazel_head to the flags
  • Check if bazel_head.bazelrc exists, if so, add --bazelrc=bazel_head.bazelrc

In any case, the basic idea is Bazel devs and project owners have a way to set necessary flags for the upcoming version of bazel and get cleaner pipeline results. e.g they run the pipeline, identify failures, update the projects to set necessary flags, and the next pipeline run will have cleaner results.

Anyways, just a thought I had and wanted to let relevant people know.

related bazel fr: bazelbuild/bazel#24043

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants