<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/5c9aeeb3df20236ad05248f071890fdb23cc041c">https://github.com/macports/macports-ports/commit/5c9aeeb3df20236ad05248f071890fdb23cc041c</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 5c9aeeb3df2 bazel PG: Turn down verbosity a little
</span>5c9aeeb3df2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5c9aeeb3df20236ad05248f071890fdb23cc041c
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Mon May 3 18:36:40 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    bazel PG: Turn down verbosity a little
</span>---
 _resources/port1.0/group/bazel-1.0.tcl | 4 +++-
 1 file changed, 3 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 8efcc064edf..7a0a274850a 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;'>@@ -283,7 +283,9 @@ proc bazel::get_build_opts {} {
</span>     global use_parallel_build bazel.limit_build_jobs workpath
     # Bazel build options
     # See https://docs.bazel.build/versions/master/memory-saving-mode.html 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set bazel_build_opts "--subcommands --compilation_mode=opt --verbose_failures --nouse_action_cache --discard_analysis_cache --notrack_incremental_state --nokeep_state_after_build "
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set bazel_build_opts "--compilation_mode=opt --verbose_failures --nouse_action_cache --discard_analysis_cache --notrack_incremental_state --nokeep_state_after_build "
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # For very (very) verbose logging
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    #set bazel_build_opts "--subcommands ${bazel_build_opts}"
</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>