[vcpkg-ci-eval] Add ports 🤖#51515
Draft
vicroms wants to merge 7 commits intomicrosoft:masterfrom
Draft
Conversation
Two test ports using a single CMake project per port with option()-gated features. The portfile uses vcpkg_check_features and vcpkg_cmake_configure to engage features that produce realistic build failures. vcpkg-ci-eval-a: project/ with WITH_FEATURE_A/B/C options vcpkg-ci-eval-b: project/ with WITH_FEATURE_A option Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Two test ports using a single CMake project per port with option()-gated features. The portfile uses vcpkg_check_features and vcpkg_cmake_configure to engage features that produce realistic build failures. No default features — use vcpkg x-test-features for testing (matches CI pipeline behavior). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Move LICENSE into project/, use CMAKE_CURRENT_LIST_DIR - feature-c now depends on vcpkg-ci-eval-b[feature-a] for file conflicts - Simplify eval-b portfile (direct file install, no CMake needed) - Remove vcpkg-cmake dep from eval-b - Early return for core-only install Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
dbe1b0f to
5fe5ab8
Compare
- Move LICENSE into project/, use CMAKE_CURRENT_LIST_DIR - feature-c now depends on vcpkg-ci-eval-b[feature-a] for file conflicts - Simplify eval-b portfile (direct file install, no CMake needed) - Remove vcpkg-cmake dep from eval-b - Early return for core-only install Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…g into eval/controlled-ci-failures
12e765a to
a5fddbf
Compare
…tries Move eval test ports from scripts/test_ports/ to ports/ so that x-test-features detects them as modified ports and runs feature tests. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…and adjust CI baseline
769ada0 to
cfd8a99
Compare
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.
Two test ports using a single CMake project per port with option-gated features.
vcpkg-ci-eval-a: project/ with WITH_FEATURE_A/B/C options
vcpkg-ci-eval-b: project/ with WITH_FEATURE_A option
Owner-Projectform.vcpkg.json, or explicitly disabled through patches or build system arguments such as CMAKE_DISABLE_FIND_PACKAGE_Xxx or VCPKG_LOCK_FIND_PACKAGEvcpkg.jsonmatches what upstream says.vcpkg.jsonmatches what upstream says../vcpkg x-add-version --alland committing the result.