mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
Devcontainer: Update vcpkg cache feature for new vcpkg script location
build_vcpkg.py was moved in ce7b69ff31
This commit is contained in:
committed by
Andrew Kaster
parent
309ca11236
commit
6222f2f59d
Notes:
github-actions[bot]
2026-04-24 03:25:36 +00:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/6222f2f59df Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/9066
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user