curl/.github/workflows
Viktor Szakats 15fb1dc7f8
GHA: automatic vcpkg binary cache is broken, temporarily disable vcpkg jobs
In the last 1-2 days, curl's vcpkg binary cache entries stored by GHA
apparently disappeared, and each vcpkg job is now rebuilding everything
on every run. This takes up to 40 minutes per job. New cache entries
fail on upload with messages like:
```
Completed submission of nghttp2:arm64-android@1.65.0 to 0 binary cache(s) in 172 ms
```
(note the zero.)

This coincided with my adding support for windows-11-arm and touching
some jobs affected. Yet, unrelated. It also affects Android jobs. The root
cause is a runner image update bumping the vcpkg tool.

The latest vcpkg tool also has this issue.

As a temporary workaround, stop using vcpkg in CI.

Last good run: https://github.com/curl/curl/actions/runs/14473789417/job/40594304523
First bad run: https://github.com/curl/curl/actions/runs/14474616982/job/40597095025

Assisted-by: Tal Regev
Ref: #17070

Closes #17069
2025-04-16 11:56:15 +02:00
..
appveyor-status.yml GHA: add yamlcheck 2024-08-23 18:42:55 +02:00
checkdocs.yml docs/libcurl: make examples build with picky compiler options 2025-04-11 15:23:51 +02:00
checksrc.yml runtests: generate certs dynamically, bump to EC-256, tidy up 2025-03-27 10:21:57 +01:00
configure-vs-cmake.yml GHA/configure-vs-cmake: dump generated configs to log 2025-04-05 23:03:15 +02:00
curl-for-win.yml GHA/curl-for-win: switch to podman (from docker) 2025-04-03 23:23:37 +02:00
distcheck.yml GHA: update actions/download-artifact digest to cc20338 2025-03-03 08:59:40 +01: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 GHA: set persist-credentials: false 2024-12-16 18:00:22 +01:00
http3-linux.yml GHA: update openssl/openssl to v3.5.0 2025-04-08 16:57:08 +02:00
label.yml GHA: tidy up quotes, checkout order, silence Android/CMake warnings 2025-01-19 15:03:16 +01:00
linux-old.yml libssh: drop support for libssh older than 0.9.0 2025-02-06 22:27:13 +01:00
linux.yml GHA: update openssl/openssl to v3.5.0 2025-04-08 16:57:08 +02:00
macos.yml GHA/macos: re-generate gcc-13 hacklayer on macos-15 2025-04-10 22:00:17 +02:00
non-native.yml GHA: automatic vcpkg binary cache is broken, temporarily disable vcpkg jobs 2025-04-16 11:56:15 +02:00
windows.yml GHA: automatic vcpkg binary cache is broken, temporarily disable vcpkg jobs 2025-04-16 11:56:15 +02:00