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

Need a darwin kokoro runner to run bazel test #7540

Closed
stanley-cheung opened this issue May 21, 2020 · 1 comment
Closed

Need a darwin kokoro runner to run bazel test #7540

stanley-cheung opened this issue May 21, 2020 · 1 comment
Assignees

Comments

@stanley-cheung
Copy link
Contributor

stanley-cheung commented May 21, 2020

This comes from #7538

In that PR, we need to fix the bazel target :protobuf_objc, but we can't add the test target to kokoro/linux/bazel/build.sh because it's a linux kokoro runner. The :protobuf_objc target probably have something in it that says that will only build in darwin.

BUILD:47:1: in cc_toolchain_suite rule @local_config_cc//:toolchain: cc_toolchain_suite '@local_config_cc//:toolchain' does not contain a toolchain for cpu 'darwin_x86_64'                     
ERROR: Analysis of target '//:protobuf_objc' failed; build aborted: Analysis of target '@local_config_cc//:toolchain' failed; build aborted   

So we need a darwin kokoro runner to run this bazel test.

@stanley-cheung stanley-cheung changed the title Need a darwin kokoro runner to run blaze test Need a darwin kokoro runner to run bazel test May 21, 2020
@haberman
Copy link
Member

Closing as obsolete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants