]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Stop testing OpenBSD ubsan until fixed upstream.
authorDarren Tucker <dtucker@dtucker.net>
Sat, 27 Sep 2025 10:20:34 +0000 (20:20 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Sat, 27 Sep 2025 10:20:34 +0000 (20:20 +1000)
.github/workflows/upstream.yml

index 49c595c7cbe90bcee2f118556f9275523564a1b8..6cb08fd41032dd855c69e720a157df3a4064b10b 100644 (file)
@@ -22,11 +22,11 @@ jobs:
         host:
           - libvirt
         target: [ obsdsnap, obsdsnap-i386 ]
-        config: [ default, without-openssl, ubsan ]
+        config: [ default, without-openssl ]  # TODO: restore 'ubsan' once fixed
         include:
           - { host: libvirt-arm64, target: obsdsnap-arm64, config: default }
           - { host: libvirt-arm64, target: obsdsnap-arm64, config: without-openssl }
-          - { host: libvirt-arm64, target: obsdsnap-arm64, config: ubsan }
+          - { host: libvirt-arm64, target: obsdsnap-arm64, config: ubsan }
     steps:
     - name: unmount stale workspace
       run: fusermount -u ${GITHUB_WORKSPACE} || true