Skip to content

Conversation

@dg0yt
Copy link
Contributor

@dg0yt dg0yt commented Nov 30, 2025

No description provided.

Remove-Item -Recurse -Force $ArchiveRoot -ErrorAction SilentlyContinue
New-Item -ItemType Directory -Path $ArchiveRoot -Force | Out-Null
# Not a dry run in order to populate the artifact cache.
$Output = Run-VcpkgAndCaptureOutput ci @commonArgs --x-builtin-ports-root="$PSScriptRoot/../e2e-ports/ci" --binarysource="clear;files,$ArchiveRoot" --output-hashes="$TestingRoot/parent-hashes.json"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--binarysource="clear;files,$ArchiveRoot" didn't achieve "to populate the artifact cache": It is using the default mode which is read. 🤦

@dg0yt dg0yt force-pushed the parent-hashes branch 2 times, most recently from a20da37 to aa18590 Compare November 30, 2025 15:02
Copy link
Member

@BillyONeal BillyONeal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for tests!

@BillyONeal BillyONeal merged commit e0f5cf6 into microsoft:main Dec 1, 2025
7 checks passed
BillyONeal added a commit to BillyONeal/vcpkg that referenced this pull request Dec 5, 2025
https://github.com/microsoft/vcpkg-tool/releases/tag/2025-12-05

* Bump js-yaml from 4.1.0 to 4.1.1 in /vcpkg-artifacts by @dependabot[bot] in microsoft/vcpkg-tool#1847
* Bump glob from 10.4.5 to 10.5.0 in /vcpkg-artifacts by @dependabot[bot] in microsoft/vcpkg-tool#1857
* Test parent hashes without actual build by @dg0yt in microsoft/vcpkg-tool#1870
* Fix qualified PackageSpec parse hang. by @BillyONeal in microsoft/vcpkg-tool#1872
* Test --skip-failures and fix "static" cascade by @dg0yt in microsoft/vcpkg-tool#1871
* Update scripts SHA 2025-12-03 and update github actions runners. by @BillyONeal in microsoft/vcpkg-tool#1873

Thanks for the `ci` improvements @dg0yt !
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants