From: Darren Tucker Date: Sat, 16 Apr 2022 04:31:13 +0000 (+1000) Subject: Retire fbsd6 test VM. X-Git-Tag: V_9_1_P1~202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2b888762b9844eb0d8eb59909cdf5af5159f810;p=thirdparty%2Fopenssh-portable.git Retire fbsd6 test VM. It's long since out of support, relatively slow (it's i686) and the compiler has trouble with PIE. --- diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index ec2c29825..5ee9c0fe3 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -25,7 +25,6 @@ jobs: - dfly48 - dfly58 - dfly60 - - fbsd6 - fbsd10 - fbsd12 - fbsd13 @@ -58,7 +57,6 @@ jobs: - { os: dfly48, configs: pam } - { os: dfly58, configs: pam } - { os: dfly60, configs: pam } - - { os: fbsd6, configs: pam } - { os: fbsd10, configs: pam } - { os: fbsd12, configs: pam } - { os: fbsd13, configs: pam }