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

Backport CI fixes to 25.x #14620

Merged
merged 6 commits into from
Nov 2, 2023
Merged

Backport CI fixes to 25.x #14620

merged 6 commits into from
Nov 2, 2023

Conversation

mkruskal-google
Copy link
Member

No description provided.

For the windows 2019 test, we need to upgrade python for the latest gcloud to work.

PiperOrigin-RevId: 578600130
setup-gcloud doesn't honor the environment variables set by setup-python, so we need to manually set CLOUDSDK_PYTHON before running it.

PiperOrigin-RevId: 578674246
PiperOrigin-RevId: 578740011
Github changed their mac runners to use 3.12 by default, which removed setuptools and is causing breakages in some of our tests.

PiperOrigin-RevId: 578917538
@mkruskal-google mkruskal-google added the back-port Cherrypick PRs to release branches label Nov 2, 2023
@mkruskal-google mkruskal-google requested a review from a team as a code owner November 2, 2023 18:27
@mkruskal-google mkruskal-google requested review from acozzette and removed request for a team November 2, 2023 18:27
acozzette and others added 2 commits November 2, 2023 12:57
…tual_hdrs`

Our stale file regeneration logic broke with Bazel 6.4.0, and I suspect it was
caused by this change: bazelbuild/bazel#19534 Our logic
assumed that any target with a `CcInfo` provider must have `hdrs` and
`textual_hdrs` attributes, but it seems that this is no longer true for
`cc_proto_library` starting with Bazel 6.4.0. The fix is just to use `getattr`
and treat the item as an empty list if it's missing.

PiperOrigin-RevId: 575473886
@mkruskal-google mkruskal-google merged commit 666689e into 25.x Nov 2, 2023
152 checks passed
@mkruskal-google mkruskal-google deleted the win2019-25.x branch November 2, 2023 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-port Cherrypick PRs to release branches
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants