MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
514 stars 81 forks source link

Stop setting `--experimental_remote_download_regex` by default with command-line API #2930

Closed brentleyjones closed 5 months ago

brentleyjones commented 5 months ago

Also fixes the regex used to match what we changed build_build.sh to use.

This is to optimize bandwidth usage of cache warming calls.

mattrobmattrob commented 5 months ago

Have any sense for the impact on a larger build's cache download before vs. after this change? I don't have a sense for how much these intermediates add in terms of download for a ~fully cached build.

brentleyjones commented 5 months ago

I don't. But the number of files (e.g. index stores) can be slow to write regardless. Just trying to make cache warming as efficient as possible.