mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
Devcontainer: Enable vcpkg asset cache for vcpkg cache feature
This enables our vcpkg asset cache in the devcontainer setup, protecting CI jobs against flaky upstream tarball downloads.
This commit is contained in:
parent
616a2af23d
commit
0b854ed8eb
Notes:
github-actions[bot]
2025-07-16 07:52:26 +00:00
Author: https://github.com/ADKaster
Commit: 0b854ed8eb
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5466
Reviewed-by: https://github.com/gmta ✅
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ python3 ./Toolchain/BuildVcpkg.py
|
|||
# Set the binary cache directory to the one we intend to use at container runtime
|
||||
export VCPKG_ROOT="${PWD}/Build/vcpkg"
|
||||
export VCPKG_BINARY_SOURCES="clear;files,${CACHE_DIR},readwrite"
|
||||
export X_VCPKG_ASSET_SOURCES="clear;x-azurl,https://vcpkg-cache.app.ladybird.org/ladybird/source-assets/,,read"
|
||||
|
||||
# Check options to see which versions we should build
|
||||
if [ "${RELEASE_TRIPLET}" = "true" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue