Skip to content

Conversation

@BillyONeal
Copy link
Member

https://github.com/microsoft/vcpkg-tool/releases/tag/2025-12-05

Thanks for the ci improvements @dg0yt !

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 !
@BillyONeal BillyONeal added the category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly label Dec 5, 2025
@dg0yt
Copy link
Contributor

dg0yt commented Dec 6, 2025

New "regressions" in cross triplets (e.g. libgwenhwyfar) used to be cascades in the past. This is expected with microsoft/vcpkg-tool#1871, because a single port can no longer force an excluded port feature (and cascade) on other reverse dependencies of this port.

  • vcpkg-ci-libgwenhywfar(android) requests libgwenhywfar[qt5].
    Before: libgwenhywfar[qt5](android) cascade from qt5-base.
    Now: libgwenhywfar(android) tested, vcpkg-ci-libgwenhywfar(android) cascade.
  • openmvs requests openmvg[software].
    Before: openmvg[software]:arm64-windows cascade from qt5-base.
    Now: openmvg:arm64-windows tested, openmvs cascade.

@vicroms vicroms marked this pull request as draft December 6, 2025 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants