mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01: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
|
|
@ -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…
Reference in New Issue
Block a user