<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/2b7cb0bd146d1a9e4b3c827465ffbe07fd027e69">https://github.com/macports/macports-ports/commit/2b7cb0bd146d1a9e4b3c827465ffbe07fd027e69</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 2b7cb0bd146 bazel PG: Add yet more options to try and limit bazel resource utilisation
</span>2b7cb0bd146 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2b7cb0bd146d1a9e4b3c827465ffbe07fd027e69
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Mar 25 10:52:18 2021 +0000

<span style='display:block; white-space:pre;color:#404040;'>    bazel PG: Add yet more options to try and limit bazel resource utilisation
</span>---
 _resources/port1.0/group/bazel-1.0.tcl | 3 ++-
 1 file changed, 2 insertions(+), 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 1d09898a41f..214de58242f 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;'>@@ -187,7 +187,8 @@ proc bazel::get_build_opts {} {
</span>     global build.jobs configure.cc configure.cflags configure.cxxflags configure.ldflags
     global use_parallel_build bazel.limit_build_jobs
     # Bazel build options
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set bazel_build_opts "--subcommands --compilation_mode=opt --verbose_failures --nouse_action_cache"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # See https://docs.bazel.build/versions/master/memory-saving-mode.html 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set bazel_build_opts "--subcommands --compilation_mode=opt --verbose_failures --nouse_action_cache --discard_analysis_cache --notrack_incremental_state --nokeep_state_after_build "
</span>     # Extra user defined build options
     set bazel_build_opts "${bazel_build_opts} [option bazel.extra_build_opts]"
     # Always disable as bazel sets build jobs differently
</pre><pre style='margin:0'>

</pre>