Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #248064

Category curl
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Sun 09 Nov 2025 00:53:22
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 019874f1971332d3b988803feafd829a6b570fef

Comments

GHA/linux: stop disabling TLS-SRP tests in event-based & duphandle jobs
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

Changed files