<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-base.
</pre>
<p><a href="https://github.com/macports/macports-base/commit/59b21339fdbaf53385fbcf247f59d14244103cdb">https://github.com/macports/macports-base/commit/59b21339fdbaf53385fbcf247f59d14244103cdb</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 59b21339 use parallel make in workflows
</span>59b21339 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 59b21339fdbaf53385fbcf247f59d14244103cdb
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Jun 30 23:06:58 2021 +1000
<span style='display:block; white-space:pre;color:#404040;'> use parallel make in workflows
</span>---
.github/azure-workflows/main.yml | 2 +-
.github/workflows/main.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/.github/azure-workflows/main.yml b/.github/azure-workflows/main.yml
</span><span style='display:block; white-space:pre;color:#808080;'>index 5327c921..63f14169 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/.github/azure-workflows/main.yml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/.github/azure-workflows/main.yml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +29,7 @@ jobs:
</span> displayName: "Configure MacPorts Base"
- bash: |
set -eu
<span style='display:block; white-space:pre;background:#ffe0e0;'>- make
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ make -j$(sysctl -n hw.activecpu)
</span> displayName: "Build MacPorts Base"
- bash: |
set -eu
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
</span><span style='display:block; white-space:pre;color:#808080;'>index c595075e..b065df09 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/.github/workflows/main.yml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/.github/workflows/main.yml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +29,7 @@ jobs:
</span> - name: Build MacPorts Base
run: |
set -eu
<span style='display:block; white-space:pre;background:#ffe0e0;'>- make
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ make -j$(sysctl -n hw.activecpu)
</span> - name: Install MacPorts Base
run: |
set -eu
</pre><pre style='margin:0'>
</pre>