rules_apple
rules_apple copied to clipboard
Release tarball mirrors
Hello, I've noticed that several other repos under @bazelbuild publish release tarballs to https://mirror.bazel.build/. For instance, rules_go has these two equivalent URLs:
https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.26.0/rules_go-v0.26.0.tar.gz
https:// github.com/bazelbuild/rules_go/releases/download/v0.26.0/rules_go-v0.26.0.tar.gz
However, this is not currently the case for rules_apple. Would it be possible to mirror rules_apple as well?
Having a mirror is nice because GitHub could potentially impose rate limits, which is undesirable for CI environments.
@jin can we setup this mirroring?