Keith Smiley
Keith Smiley
Fixes https://github.com/bazelbuild/apple_support/issues/308
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 reworks the curl BUILD file to use curl's cmake generated header file. This requires replacing all possible options, but makes sure we can't miss any important defines. For example...
This is based on https://github.com/bazelbuild/remote-apis/pull/284/ with a few more minor bzlmod fixes This depends on https://github.com/bazelbuild/bazel-central-registry/pull/1699
This adds a way to setup the androidsdk repo in a bzlmod compatible way.
On rules apple, when attempting to build documentation it fails: ``` % bazel clean --expunge ... % bazel build doc/... INFO: Analyzed 21 targets (0 packages loaded, 0 targets configured)....
There were 2 things with the previous implementation that needed to be improved here: 1. Apple Clang has a bug where it doesn't pass module compiler flags to the underlying...