[openssh-commits] [openssh] 02/03: Make -j2 for faster builds.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jun 24 21:29:19 AEST 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit a4c5d09657860cb8583e4cb176b2396fc8bdb523
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Wed Jun 24 19:05:12 2026 +1000
Make -j2 for faster builds.
---
.github/workflows/c-cpp.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 43262407c..dde7665b6 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -154,7 +154,7 @@ jobs:
- name: make clean
run: make clean
- name: make
- run: make
+ run: make -j2
- name: make tests
run: sh ./.github/run_test.sh ${{ matrix.config }}
env:
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list