From: Darren Tucker Date: Wed, 2 Jun 2021 03:54:11 +0000 (+1000) Subject: Retire fbsd7 test target. X-Git-Tag: V_8_7_P1~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecc186e46e3e30f27539b4311366dfda502f0a08;p=thirdparty%2Fopenssh-portable.git 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. --- diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 49cdc6911..4794e28bc 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 }