<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/785ae7bef10c4ad9f2abe112632982bf8e6b18bc">https://github.com/macports/macports-ports/commit/785ae7bef10c4ad9f2abe112632982bf8e6b18bc</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 785ae7bef10 bazel PG: Disable local build cache
</span>785ae7bef10 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 785ae7bef10c4ad9f2abe112632982bf8e6b18bc
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Mar 23 16:25:59 2021 +0000

<span style='display:block; white-space:pre;color:#404040;'>    bazel PG: Disable local build cache
</span>---
 _resources/port1.0/group/bazel-1.0.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/bazel-1.0.tcl b/_resources/port1.0/group/bazel-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index daa224adc97..24327b48d27 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/bazel-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/bazel-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -176,7 +176,7 @@ proc bazel::get_opts {} {
</span>     # Bazel build options
     set bazel_build_opts "-s -c opt --verbose_failures --config=opt"
     # Limit bazel resource utilisation
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set bazel_build_opts "${bazel_build_opts} --jobs ${build.jobs} --local_ram_resources=HOST_RAM*[option bazel.max_ram_fraction] --local_cpu_resources=HOST_CPUS*[option bazel.max_cpu_fraction]"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set bazel_build_opts "${bazel_build_opts} --nouse_action_cache --jobs ${build.jobs} --local_ram_resources=HOST_RAM*[option bazel.max_ram_fraction] --local_cpu_resources=HOST_CPUS*[option bazel.max_cpu_fraction]"
</span>     # Extra user defined build options
     set bazel_build_opts "${bazel_build_opts} [option bazel.extra_build_opts]"
     # hack to try and transfer MP c, c++ and ld options to bazel...
</pre><pre style='margin:0'>

</pre>