<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/5257cfc8c13ce743f5098d032840f8b8b8fa45a4">https://github.com/macports/macports-ports/commit/5257cfc8c13ce743f5098d032840f8b8b8fa45a4</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 5257cfc8c13 bazel PG: make sure clean command uses correct options
</span>5257cfc8c13 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5257cfc8c13ce743f5098d032840f8b8b8fa45a4
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Mar 25 09:15:02 2021 +0000

<span style='display:block; white-space:pre;color:#404040;'>    bazel PG: make sure clean command uses correct options
</span>---
 _resources/port1.0/group/bazel-1.0.tcl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<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 93ea38fb890..1d09898a41f 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;'>@@ -32,10 +32,10 @@ options bazel.max_idle_secs
</span> default bazel.max_idle_secs 30
 
 options bazel.max_cpu_fraction
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default bazel.max_cpu_fraction 0.75
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default bazel.max_cpu_fraction 0.5
</span> 
 options bazel.max_ram_fraction
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default bazel.max_ram_fraction 0.75
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default bazel.max_ram_fraction 0.5
</span> 
 options bazel.limit_build_jobs
 default bazel.limit_build_jobs yes
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -269,6 +269,6 @@ post-build {
</span>     system -W ${worksrcpath} "[option bazel.post_build_cmd]"
     # Clean up
     if { [option bazel.clean_post_build] } {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        system -W ${worksrcpath} "[option bazel.build_cmd] clean"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        system -W ${worksrcpath} "[option bazel.build_cmd] [option bazel.build_cmd_opts] clean"
</span>     }
 }
</pre><pre style='margin:0'>

</pre>