On Mar 23, 2021, at 11:23, Christopher Jones wrote: > As it happens I’ve been working on the bazel builds a bit, and discovered an > option to disable local build caching. To quote the manual > > --[no]use_action_cache > > This option is enabled by default. If disabled, Bazel will not use its local > action cache. Disabling the local action cache saves memory and disk space > for clean builds, but will make incremental builds slower. > > As the ‘incremental’ build option is not an issue for MacPorts, as builds are > always started afresh with an empty cache, enabling this does not help us at > all, and just uses resources. So I will turn this off.
Thanks, that sounds promising.