-
Notifications
You must be signed in to change notification settings - Fork 38
Bump MacOS SDK version to 12.3
#663
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
Conversation
This pull request does not have a backport label. Could you fix it @ycombinator? 🙏
|
CI is failing like so:
We're actually seeing similar errors on Investigating... |
e555cdf
to
8511ef0
Compare
ARM builds are passing for all versions of Debian. x86_64 builds are passing for Debian 7, 10, 11, and 12 but failing for Debian 8 and 9 with the following error:
Separately, LLVM x86_64 builds are failing for Debian 10 and 11 (but not 12) with the following errors:
|
Can we just not do this version bump for those debian versions? |
2602f77
to
66e41b9
Compare
I bet the OIDC token got expired, let me find if we can setup the TTL for the token explicitly See https://github.com/elastic/oblt-google-auth-buildkite-plugin#properties
See |
fixes There was a problem refreshing your current auth tokens
💚 Build Succeeded
History
|
@Mergifyio backport 1.25.1.x |
✅ Backports have been created
|
Co-authored-by: Victor Martinez <[email protected]> (cherry picked from commit a2e10bf)
Co-authored-by: Shaunak Kashyap <[email protected]> Co-authored-by: Victor Martinez <[email protected]>
This PR bumps the MacOS SDK version to
12.3
(was10.11
). This is needed because Golang 1.25 requires MacOS 12 Monterey or later.As a pre-requisite to this PR, the MacOS 12.3 SDK was packaged locallly by following these steps and uploaded to the appropriate GCS bucket.
Resolves #662.