-
-
Notifications
You must be signed in to change notification settings - Fork 666
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
Revert "Add new darwin CC toolchain for tests (#3460)" #3499
Conversation
This reverts commit cd98170.
if you have only the command line tools you won't be able to run those tests starting with bazel 7.x. So this isn't a long term fix. |
Can you give more context on that? Does it only affect those tests or Go packages in general? |
Also, we should move towards a direction of hermetic C++ compilers (e.g., using https://github.com/uber/bazel-zig-cc) . Overriding a generic |
The toolchain you're removing here is only needed for the test that uses an so we also need a way to opt out of that in this case 🤔 |
We can have a different buildkite step to add those toolchains and run the |
sounds good, note that this change might break rules_go in the bazel downstream pipeline |
Should we add those flags to bazel downstream pipeline too? |
i think it gets them from your .bazelci config |
This reverts #3460.
What type of PR is this?
Bug fix
What does this PR do? Why is it needed?
Revert cd98170 to unblock rules_go release
Which issues(s) does this PR fix?
Fixes #3498
Other notes for review
@keith FYI