Meta: Update vcpkg to latest master
Some checks failed
CI / Lagom (x86_64, Fuzzers_CI, false, ubuntu-24.04, Linux, Clang) (push) Waiting to run
CI / Lagom (arm64, Sanitizer_CI, false, macos-15, macOS, Clang) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, false, ubuntu-24.04, Linux, GNU) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, true, ubuntu-24.04, Linux, Clang) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (arm64, macos-15, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (x86_64, ubuntu-24.04, Linux, Linux-x86_64) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
Build Dev Container Image / build (push) Has been cancelled

Includes a fix for vcpkg git commands not working in git versions
below 2.35.
This commit is contained in:
0GreenClover0 2025-04-13 00:56:36 +02:00 committed by Andrew Kaster
parent e068ff5a5d
commit c286d38765
Notes: github-actions[bot] 2025-04-13 01:15:59 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ def main() -> int:
script_dir = pathlib.Path(__file__).parent.resolve()
git_repo = "https://github.com/microsoft/vcpkg.git"
git_rev = "533a5fda5c0646d1771345fb572e759283444d5f" # main on 2025-04-03
git_rev = "bc994510d2eb11aac7b43b03f67a7751d5bfe0e4" # main on 2025-04-12
build_dir = script_dir.parent / "Build"
build_dir.mkdir(parents=True, exist_ok=True)

View file

@ -1,5 +1,5 @@
{
"builtin-baseline": "533a5fda5c0646d1771345fb572e759283444d5f",
"builtin-baseline": "bc994510d2eb11aac7b43b03f67a7751d5bfe0e4",
"dependencies": [
{
"name": "angle",