[openssh-commits] [openssh] 01/03: Comment out Solaris 64bit PAM build...
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Feb 19 22:20:45 AEDT 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 8751b6c3136f5225c40f41bbf29aa29e15795f6e
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Feb 19 22:13:36 2021 +1100
Comment out Solaris 64bit PAM build...
until I can figure out why it's failing.
---
.github/workflows/selfhosted.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index bff5a15d..6b150661 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -28,7 +28,7 @@ jobs:
- { vm: sol10, configs: pam }
- { vm: sol11, configs: pam }
- { vm: sol11, configs: sol64 }
- - { vm: sol11, configs: sol64-pam }
+ # - { vm: sol11, configs: sol64-pam }
steps:
- uses: actions/checkout at v2
- name: autoreconf
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list