]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/non-native: revert to OpenBSD 7.7 due to test hangs with 7.8
authorViktor Szakats <commit@vsz.me>
Wed, 5 Nov 2025 09:18:32 +0000 (10:18 +0100)
committerViktor Szakats <commit@vsz.me>
Wed, 5 Nov 2025 10:50:13 +0000 (11:50 +0100)
test 701 (SOCKS5) and 708 (SOCKS4) started hanging occasionally, and
most likely others too.

https://github.com/curl/curl/actions/runs/19081279902/job/54510279013 (701 hangs) https://github.com/curl/curl/actions/runs/19095657593/job/54555001348?pr=19370 (708 hangs)
https://github.com/curl/curl/actions/runs/19097996671/job/54562669865?pr=19371 (unknown test hangs)

Reverts c3b890b2c005401e18b54dacf9e63d33412e2b4f #19368

Closes #19372

.github/workflows/non-native.yml

index 19ff552c912e496a3452a03754ae09692eed3ab4..523a6761e6fdb210673f07eb1ef647ebef6b9136 100644 (file)
@@ -102,7 +102,7 @@ jobs:
         with:
           environment_variables: MATRIX_ARCH
           operating_system: 'openbsd'
-          version: '7.8'
+          version: '7.7'
           architecture: ${{ matrix.arch }}
           run: |
             # https://openbsd.app/