Devcontainer: Update vcpkg cache feature for new vcpkg script location

build_vcpkg.py was moved in ce7b69ff31
This commit is contained in:
Andrew Kaster
2026-04-23 20:14:31 -06:00
committed by Andrew Kaster
parent 309ca11236
commit 6222f2f59d
Notes: github-actions[bot] 2026-04-24 03:25:36 +00:00

View File

@@ -27,7 +27,7 @@ mkdir -p ${CACHE_DIR}
git clone https://github.com/LadybirdBrowser/ladybird.git --depth 1
cd ladybird
# Grab and bootstrap the exact commit of vcpkg that trunk is using
python3 ./Meta/build_vcpkg.py
python3 ./Meta/Utils/build_vcpkg.py
# Install the vcpkg.json in manifest mode from the root of the repo
# Set the binary cache directory to the one we intend to use at container runtime