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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c46123f200f0c300dfcec42c3b7bc83d6b8bd5fb">https://github.com/macports/macports-ports/commit/c46123f200f0c300dfcec42c3b7bc83d6b8bd5fb</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 c46123f200f clang-12: disable parallel building
</span>c46123f200f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c46123f200f0c300dfcec42c3b7bc83d6b8bd5fb
</span>Author: Ken <21211439+kencu@users.noreply.github.com>
AuthorDate: Wed Jul 14 21:56:34 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    clang-12: disable parallel building
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    I had hoped to be able to work through this until upstream fixes the race condition in compiler_rt, but the build fails for a fairly a small % of users on a consistent basis, and is failing on our 11.x builders.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/63085
</span>---
 lang/llvm-12/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-12/Portfile b/lang/llvm-12/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3a33f9d3e68..759467d9ce3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-12/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-12/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -208,6 +208,9 @@ if {${subport} eq "clang-${llvm_version}"} {
</span>         }
     }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # disable parallel building until upstream fixes the race condition in compiler_rt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    use_parallel_build no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     # CMAKE_LINKER is used to determine the value for HOST_LINK_VERSION
     configure.args-append \
         -DCMAKE_LINKER=${prefix}/bin/ld    \
</pre><pre style='margin:0'>

</pre>