[openssh-commits] [openssh] 03/03: Pass OPENSSL=no to make tests too.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Jul 25 22:38:57 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 460ae5d93051bab70239ad823dd784822d58baad
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sun Jul 25 22:37:55 2021 +1000
Pass OPENSSL=no to make tests too.
---
.github/workflows/upstream.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml
index 3d0bdd32..fec110cd 100644
--- a/.github/workflows/upstream.yml
+++ b/.github/workflows/upstream.yml
@@ -30,7 +30,7 @@ jobs:
- name: make install
run: vmrun "cd /usr/src/usr.bin/ssh && sudo make install"
- name: make tests
- run: vmrun "cd /usr/src/regress/usr.bin/ssh && make obj && make clean && SUDO=sudo make"
+ run: vmrun "cd /usr/src/regress/usr.bin/ssh && make obj && make clean && if test '${{ matrix.configs }}' = 'without-openssl'; then make OPENSSL=no; else make; fi"
- name: save logs
if: failure()
uses: actions/upload-artifact at v2
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list