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

Trying to fix bazel on macOS and Xcode 14.3 #8304

Merged
merged 3 commits into from
May 29, 2024

Conversation

mustiikhalil
Copy link
Collaborator

@mustiikhalil mustiikhalil commented May 11, 2024

The following fixes the issue we are facing with buildkite and Xcode 14.3 by fetching boringssl within the flatbuffers repository and applying the patch directly. And also stops fetching swift for bazel on windows

depends on #8307

Closes #8301

@github-actions github-actions bot added CI Continuous Integration grpc labels May 11, 2024
@mustiikhalil mustiikhalil changed the title Trying to fix bazel on macOS and xcode 15.0 Trying to fix bazel on macOS and Xcode 14.3 May 11, 2024
@mustiikhalil mustiikhalil force-pushed the mmk/bazel branch 2 times, most recently from b6cc432 to 325fa94 Compare May 11, 2024 19:55
@mustiikhalil mustiikhalil self-assigned this May 11, 2024
@mustiikhalil mustiikhalil force-pushed the mmk/bazel branch 2 times, most recently from 7e89a8f to f99a467 Compare May 15, 2024 15:46
grpc/boringssl.patch Outdated Show resolved Hide resolved
.bazelci/presubmit.yml Outdated Show resolved Hide resolved
Fetching boringssl within the flatbuffers repository, to patch the issues
of not being able to upgrade to Xcode 14.3 due to buildkite throwing
errors. The patch was inspired by the tenserflow patch
tensorflow/tensorflow#60191 (comment)

Removes references of swift from the windows pipeline for bazel

Sets github actions to use xcode 14.3 for kotlin and sets the macOS
build for intel cpus.
WORKSPACE Show resolved Hide resolved
@mustiikhalil
Copy link
Collaborator Author

Ah linux is now broken :/

Remove comment that is not relevant any longer.
@dbaileychess dbaileychess merged commit a41fefa into google:master May 29, 2024
46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration grpc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bazel build on windows fails with error from swift
3 participants