You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that sometimes vcpkg doesn't store the built binaries to the GitHub Cache. While some triples are working as expected, others don't seem to write any binaries to the cache at all.
Environment
OS: Linux GitHub Runner
To Reproduce
Steps to reproduce the issue:
-- Using source at /vcpkg/buildtrees/utf8-range/src/v5.26.1-47a5094a20.clean
-- Found external ninja('1.10.2').
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Fixing pkgconfig file: /vcpkg/packages/utf8-range_x64-linux/lib/pkgconfig/utf8_range.pc
-- Fixing pkgconfig file: /vcpkg/packages/utf8-range_x64-linux/debug/lib/pkgconfig/utf8_range.pc
-- Installing: /vcpkg/packages/utf8-range_x64-linux/share/utf8-range/copyright
[DEBUG] 1147: execute_process(cd /vcpkg/packages/utf8-range_x64-linux && zip --quiet -y -r /vcpkg/packages/utf8-range_x64-linux.zip * --exclude .DS_Store)
[DEBUG] 1147: cmd_execute_and_stream_data() returned 0 after 7479 us
[DEBUG] 1148: execute_process(curl -s -L -H "User-Agent: vcpkg/2024-11-12-eb492805e92a2c14a230f5c3deb3e89f6771c321 (curl)" -H "Accept: application/json;api-version=6.0-preview.1" -H "Content-Type: application/json" -H "Authorization: ***" -X POST --data-raw "{
\"key\": \"utf8-range-96e0673ff5c93354b3f905f8f374696883c98fdf2ea2fd5c31d6d6559d36d603\",
\"version\": \"96e0673ff5c93354b3f905f8f374696883c98fdf2ea2fd5c31d6d6559d36d603\",
\"cacheSize\": 32802
}
" https://acghubeus1.actions.githubusercontent.com/3e7hfOg6omJcp3e2ihsBHbIEVGL8M2XqyVr0FPSVNt5PURu7GQ/_apis/artifactcache/caches)
[DEBUG] 1148: cmd_execute_and_stream_data() returned 2 after 6121 us
Stored binaries in 0 destinations in 13.8 ms.
This happens for all packages in the build. Other triplets work as expected with the same configuration.
Expected behavior
We would expect the GitHub Actions cache to be used, with the binaries successfully stored in it.
The text was updated successfully, but these errors were encountered:
Describe the bug
It seems that sometimes vcpkg doesn't store the built binaries to the GitHub Cache. While some triples are working as expected, others don't seem to write any binaries to the cache at all.
Environment
To Reproduce
Steps to reproduce the issue:
This happens for all packages in the build. Other triplets work as expected with the same configuration.
Expected behavior
We would expect the GitHub Actions cache to be used, with the binaries successfully stored in it.
The text was updated successfully, but these errors were encountered: