bazelbuild / rules_cc

C++ Rules for Bazel
https://bazel.build
Apache License 2.0
181 stars 89 forks source link

Fix unix toolchain for macos arm64 platform #136

Closed uri-canva closed 1 year ago

uri-canva commented 2 years ago

Picked from the bazel repo: https://github.com/bazelbuild/bazel/commit/b4b0c321910bc968736ef48e8140528ea7d323cd.

samuela commented 1 year ago

Any chance on getting this merged? It's still causing problems for our JAX builds on aarch64.

oquenchil commented 1 year ago

@keith could you please take a look?

keith commented 1 year ago

looks good but needs a rebase and probably to pull in even more changes since then

uri-canva commented 1 year ago

We switched back to using the built in rules so I'll leave this, if anyone wants this feel free to open a new PR with this change.