From 6222f2f59df30446b9aa9fa75256fcd43ba39925 Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Thu, 23 Apr 2026 20:14:31 -0600 Subject: [PATCH] Devcontainer: Update vcpkg cache feature for new vcpkg script location build_vcpkg.py was moved in ce7b69ff313fccd2e22e1ef86ec6dd15539c67e7 --- .devcontainer/features/vcpkg-cache/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/features/vcpkg-cache/install.sh b/.devcontainer/features/vcpkg-cache/install.sh index 68932a04498..252a9eaca89 100644 --- a/.devcontainer/features/vcpkg-cache/install.sh +++ b/.devcontainer/features/vcpkg-cache/install.sh @@ -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