diff options
author | Darren Tucker <dtucker@dtucker.net> | 2022-04-16 06:31:13 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2022-04-16 06:31:13 +0200 |
commit | d2b888762b9844eb0d8eb59909cdf5af5159f810 (patch) | |
tree | df15eaffcec84d94be2be23785832d8989001e0b /.github/workflows/selfhosted.yml | |
parent | upstream: clear io_want/io_ready flags at start of poll() cycle; (diff) | |
download | openssh-d2b888762b9844eb0d8eb59909cdf5af5159f810.tar.xz openssh-d2b888762b9844eb0d8eb59909cdf5af5159f810.zip |
Retire fbsd6 test VM.
It's long since out of support, relatively slow (it's i686) and the
compiler has trouble with PIE.
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/selfhosted.yml | 2 |
1 files changed, 0 insertions, 2 deletions
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 } |