]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/linux: stop disabling TLS-SRP tests in event-based & duphandle jobs
authorViktor Szakats <commit@vsz.me>
Sat, 8 Nov 2025 21:54:08 +0000 (22:54 +0100)
committerViktor Szakats <commit@vsz.me>
Sat, 8 Nov 2025 23:53:22 +0000 (00:53 +0100)
They were disabled since these jobs ran in Zuul. The tests are 320, 321,
322, 323, 324. Of which, 323 runs in CI, the rest needs `gnutls-serv`
with SRP enabled, which is not available in current jobs and no longer
offered by Ubuntu's `gnutls-bin` package. 324 doesn't appear as
a skipped test, 323 seems to be running fine, the rest are logged as
skipped. This suggests it's safe to drop the exceptions.

Closes #19413

.github/workflows/linux.yml

index a24681a307c65fa8b7e9ffba2f44e667312ca97f..c3b1b02c1557b8cf6e36decbc77a6833f4a974a2 100644 (file)
@@ -304,12 +304,12 @@ jobs:
           - name: 'event-based'
             install_packages: libssh-dev
             configure: --enable-debug --disable-shared --disable-threaded-resolver --with-libssh --with-openssl
-            tflags: '-n --test-event !TLS-SRP'
+            tflags: '-n --test-event'
 
           - name: 'duphandle'
             install_packages: libssh-dev
             configure: --enable-debug --disable-shared --disable-threaded-resolver --with-libssh --with-openssl
-            tflags: '-n --test-duphandle !TLS-SRP'
+            tflags: '-n --test-duphandle'
 
           - name: 'rustls valgrind'
             install_packages: libnghttp2-dev libldap-dev valgrind