[openssh-commits] [openssh] 03/03: Retire fbsd7 test target.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jun 2 15:59:54 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 ecc186e46e3e30f27539b4311366dfda502f0a08
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed Jun 2 13:54:11 2021 +1000
Retire fbsd7 test target.
It's the slowest of the selfhosted targets (since it's 32bit but has
most of the crypto algos). We still have coverage for 32bit i386.
---
.github/workflows/selfhosted.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 49cdc691..4794e28b 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -22,7 +22,6 @@ jobs:
- dfly58
- dfly60
- fbsd6
- - fbsd7
- fbsd10
- fbsd12
- fbsd13
@@ -50,7 +49,6 @@ jobs:
- { os: dfly58, configs: pam }
- { os: dfly60, configs: pam }
- { os: fbsd6, configs: pam }
- - { os: fbsd7, configs: pam }
- { os: fbsd10, configs: pam }
- { os: fbsd12, configs: pam }
- { os: fbsd13, configs: pam }
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list