curl/.github/workflows
Viktor Szakats d3725f2bc4
GHA/linux: fix mbedTLS cmake build
CMake builds mbedTLS in Debug mode by default, which was the reason
for these consistent test failures:
```
FAIL 1631: 'FTP through HTTPS-proxy' FTP, HTTPS-proxy
FAIL 1632: 'FTP through HTTPS-proxy, with connection reuse' FTP, HTTPS-proxy
```
Sometimes also:
```
FAIL 303: 'HTTPS with 8 secs timeout' HTTPS, HTTP GET, timeout, FAILURE
```
https://github.com/curl/curl/actions/runs/11260616621/job/31313234198

Fix it by building in `RelWithDebInfo` mode, matching the bare
`Makefile` builds used earlier. (`Release` mode also works.)

Cache sizes:
- Makefile: 10MB
- CMake Release: 1MB
- CMake RelWithDebInfo: 2.5MB

Ref: #15215
Follow-up to e377c91766 #15208

Closes #15238
2024-10-10 10:54:15 +02:00
..
appveyor-status.yml GHA: add yamlcheck 2024-08-23 18:42:55 +02:00
checkdocs.yml CI: bump actions/checkout from 4.1.7 to 4.2.0 2024-10-01 15:21:36 +02:00
checksrc.yml tests: enable additional ruff Python lint options 2024-10-04 14:03:17 -07:00
codeql-analysis.yml CI: bump actions/checkout from 4.1.7 to 4.2.0 2024-10-01 15:21:36 +02:00
configure-vs-cmake.yml CI: bump actions/checkout from 4.1.7 to 4.2.0 2024-10-01 15:21:36 +02:00
curl-for-win.yml GHA/curl-for-win: tidy up DOCKER_CONTENT_TRUST 2024-10-03 14:33:37 +02:00
distcheck.yml CI: bump actions/checkout from 4.1.7 to 4.2.0 2024-10-01 15:21:36 +02:00
fuzz.yml CI: move Azure jobs to GHA, fix fallouts, sshserver, runtests tweaks 2024-09-16 10:00:17 +02:00
hacktoberfest-accepted.yml CI: bump actions/checkout from 4.1.7 to 4.2.0 2024-10-01 15:21:36 +02:00
http3-linux.yml ci: update dependency ngtcp2/nghttp3 to v1.6.0 2024-10-06 22:59:24 +02:00
label.yml GHA: add yamlcheck 2024-08-23 18:42:55 +02:00
linux32.yml CI: bump actions/checkout from 4.1.7 to 4.2.0 2024-10-01 15:21:36 +02:00
linux-old.yml CI: bump actions/checkout from 4.1.7 to 4.2.0 2024-10-01 15:21:36 +02:00
linux.yml GHA/linux: fix mbedTLS cmake build 2024-10-10 10:54:15 +02:00
macos.yml GHA: add Linux and macOS mbedTLS jobs, fix issue 2024-10-09 02:46:01 +02:00
non-native.yml GHA/non-native: fix OmniOS job to fail on tests 2024-10-05 20:38:00 +02:00
torture.yml CI: bump actions/checkout from 4.1.7 to 4.2.0 2024-10-01 15:21:36 +02:00
windows.yml GHA/windows: drop vcpkg shiftmedia-gnutls, replace with mbedtls 2024-10-08 22:19:28 +02:00