Baseline Fixes 2025-08-15#46939
Merged
BillyONeal merged 1 commit intomicrosoft:masterfrom Aug 16, 2025
Merged
Conversation
Discovered in build: https://dev.azure.com/vcpkg/public/_build/results?buildId=119045 ```console PASSING, REMOVE FROM FAIL LIST: netcdf-c:arm-neon-android (/vcpkg/scripts/azure-pipelines/../ci.baseline.txt). PASSING, REMOVE FROM FAIL LIST: netcdf-c:x64-android (/vcpkg/scripts/azure-pipelines/../ci.baseline.txt). PASSING, REMOVE FROM FAIL LIST: netcdf-c:arm64-android (/vcpkg/scripts/azure-pipelines/../ci.baseline.txt). ``` ```console REGRESSION: dlib:x64-osx failed with BUILD_FAILED. If expected, add dlib:x64-osx=fail to /Users/vcpkg/Data/work/2/s/scripts/azure-pipelines/../ci.baseline.txt. REGRESSION: vcpkg-ci-itk:x64-osx cascaded, but it is required to pass. (/Users/vcpkg/Data/work/2/s/scripts/azure-pipelines/../ci.baseline.txt). REGRESSION: vcpkg-ci-opencv:x64-osx cascaded, but it is required to pass. (/Users/vcpkg/Data/work/2/s/scripts/azure-pipelines/../ci.baseline.txt). REGRESSION: vcpkg-ci-paraview:x64-osx cascaded, but it is required to pass. (/Users/vcpkg/Data/work/2/s/scripts/azure-pipelines/../ci.baseline.txt). REGRESSION: vcpkg-from-git-test:x64-osx failed with BUILD_FAILED. If expected, add vcpkg-from-git-test:x64-osx=fail to /Users/vcpkg/Data/work/2/s/scripts/azure-pipelines/../ci.baseline.txt. ``` I guess microsoft#46833 was not enough: I disabled the `find_package` but the `find_library` was enough to break us again here: https://github.com/davisking/dlib/blob/0d2153abd0da7f9bba8104ba8c732a985d821461/dlib/CMakeLists.txt#L356-L368 Disabled the whole thing harder with DLIB_NO_GUI_SUPPORT.
vicroms
approved these changes
Aug 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Discovered in build: https://dev.azure.com/vcpkg/public/_build/results?buildId=119045
I guess #46833 was not enough: I disabled the
find_packagebut thefind_librarywas enough to break us again here: https://github.com/davisking/dlib/blob/0d2153abd0da7f9bba8104ba8c732a985d821461/dlib/CMakeLists.txt#L356-L368Disabled the whole thing harder with DLIB_NO_GUI_SUPPORT.
REGRESSION: vcpkg-from-git-test:x64-osx failed with BUILD_FAILED. If expected, add vcpkg-from-git-test:x64-osx=fail to /Users/vcpkg/Data/work/2/s/scripts/azure-pipelines/../ci.baseline.txt.Appears to be network IO failure, ignoring for now.