-
-
Notifications
You must be signed in to change notification settings - Fork 707
ci: enable bazel-diff #3838
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
ci: enable bazel-diff #3838
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,6 +25,8 @@ buildifier: | |
| bazel: 7.x | ||
| skip_in_bazel_downstream_pipeline: "Bazel 7 required" | ||
| .reusable_config: &reusable_config | ||
| environment: | ||
| USE_BAZEL_DIFF: "1" | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Where is this env var used? Is it baked into I was trying to look up what exactly it would end up doing. I know about https://github.com/Tinder/bazel-diff but we don't have it as a
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎉 |
||
| build_targets: | ||
| - "--" | ||
| - "..." | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.