apple_support
apple_support copied to clipboard
Apple support for Bazel rules
When using `lld` as the linker using `rules_apple_linker`, linking fails with the following error: ``` unknown argument: -no_warn_duplicate_libraries ``` Happy to provide a patch wherever feels best, even if this...
Fixes https://github.com/bazelbuild/apple_support/issues/308
I've recently come across a failure to build gazelle that was ultimately traced down to commit a000b23a303edb7a614eba03cb4ea632225c8cde. I'm not a strong enough C++ developer to understand _why_ that's happening, but...
https://github.com/bazelbuild/rules_apple/pull/2214
Theoretically the tools we compile during toolchain setup are done so reproducibly, but it would be nice to have a test verifying this
Sometimes compiling the toolchain binaries causes timeouts on slower CI machines. One way we could avoid this is by vendoring the binaries for the few files we need instead of...
This didn't vary per platform so we don't need N of them
There might be cases when universal_binary rule has to be used in the absence of a local Xcode/CLT installation. This MR allows the location of the Lipo tool to be...