[8.7.0] Allow --test_env / env= to override coverage env#29383
Merged
Conversation
…29110) Bazel sets some environment variables for CC coverage collection that can be useful to override in some projects. Previously this was possible but as a side effect of 87b0a1f it stopped working. This re-enables that and covers it in tests Fixes bazelbuild#23247 Closes bazelbuild#29110. Fixes bazelbuild#29167 PiperOrigin-RevId: 892333567 Change-Id: If5dd77b1cc98390622276865ee80772fdbcb216c (cherry picked from commit 15e078b)
22c7dad to
ccfaf05
Compare
keith
commented
Apr 24, 2026
| } | ||
|
|
||
| # Returns 0 on macOS if an IPv6 default route is present according to netstat. | ||
| function has_ipv6_default_route() { |
Member
Author
There was a problem hiding this comment.
this came from 695e7d5 but shouldn't be risky
gregestren
approved these changes
Apr 27, 2026
Merged
via the queue into
bazelbuild:release-8.7.0
with commit Apr 27, 2026
2930633
47 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bazel sets some environment variables for CC coverage collection that
can be useful to override in some projects. Previously this was possible
but as a side effect of 87b0a1f it
stopped working. This re-enables that and covers it in tests
Fixes #23247
Closes #29110.
Fixes #29167
PiperOrigin-RevId: 892333567
Change-Id: If5dd77b1cc98390622276865ee80772fdbcb216c
(cherry picked from commit 15e078b)