[openssh-commits] [openssh] branch V_10_4 updated: Stop testing the 10.4 branch on OpenBSD snapshots.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Sep 18 05:25:27 AEST 2026


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch V_10_4
in repository openssh.

The following commit(s) were added to refs/heads/V_10_4 by this push:
     new 8ff080f99 Stop testing the 10.4 branch on OpenBSD snapshots.
8ff080f99 is described below

commit 8ff080f99479a05dc59d9b27e522ab979ead33c7
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Thu Sep 17 13:22:04 2026 -0600

    Stop testing the 10.4 branch on OpenBSD snapshots.
    
    The pledge interface has changed such that the multiplexing tests fail.
    This has been handled in the current code, but since it's unlikely anyone
    will ever want Portable on OpenBSD, let alone an old stable branch,
    so it's not worth backporting these changes.
---
 .github/workflows/selfhosted.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index d9f38472c..a422af18d 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -52,8 +52,6 @@ jobs:
           - obsd76
           - obsd77
           - obsd78
-          - obsdsnap
-          - obsdsnap-i386
           - omnios
           - openindiana
           - ubuntu-2204
@@ -87,8 +85,6 @@ jobs:
           - { target: nbsd9,  config: pam, host: libvirt }
           - { target: nbsd10, config: pam, host: libvirt }
           - { target: omnios, config: pam, host: libvirt }
-          # ARM64 VMs
-          - { target: obsdsnap-arm64, config: default, host: libvirt-arm64 }
           # VMs with persistent disks that have their own runner.
           - { target: win10, config: default,        host: persist-win10 }
           - { target: win10, config: cygwin-release, host: persist-win10 }

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list