-
Notifications
You must be signed in to change notification settings - Fork 311
More expressive checks in triplet #1379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
BillyONeal
reviewed
Apr 16, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes other than is_overlay_port
look good to me.
BillyONeal
reviewed
May 14, 2024
BillyONeal
reviewed
May 15, 2024
Thanks for your contribution, and sorry things didn't work out on the path thing. |
No problem. I totally forgot about this PR |
BillyONeal
added a commit
to BillyONeal/vcpkg-tool
that referenced
this pull request
Mar 27, 2025
Related: microsoft#1379 (comment) Couple of examples follow. Before: ``` C:\Dev\vcpkg-tool\out\build\Win-x64-Debug-WithArtifacts\vcpkg-shell.ps1 install --triplet x86-windows --x-buildtrees-root=C:\Dev\work\testing\buildtrees --x-install-root=C:\Dev\work\testing\installed --x-packages-root=C:\Dev\work\testing\packages --feature-flags=registries,manifests Detecting compiler hash for triplet x86-windows... Compiler found: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x86/cl.exe The following packages will be built and installed: vcpkg-internal-e2e-test-port:[email protected] -- C:\Dev\work\testing\filesystem-registry\vcpkg-internal-e2e-test-port Restored 0 package(s) from C:\Users\bion\AppData\Local\vcpkg\archives in 554 us. Use --debug to see more details. Installing 1/1 vcpkg-internal-e2e-test-port:[email protected]... Building vcpkg-internal-e2e-test-port:[email protected]... C:\Dev\work\testing\filesystem-registry\vcpkg-internal-e2e-test-port: info: installing overlay port from here -- Skipping post-build validation due to VCPKG_POLICY_EMPTY_PACKAGE Starting submission of vcpkg-internal-e2e-test-port:[email protected] to 1 binary cache(s) in the background Elapsed time to handle vcpkg-internal-e2e-test-port:x86-windows: 44.4 ms vcpkg-internal-e2e-test-port:x86-windows package ABI: 44a438d915046bd3b0c94d08ee9c96cf41cc76811f01ecbfefa7974fec9b3f60 Total install time: 48 ms Waiting for 1 remaining binary cache submissions... Completed submission of vcpkg-internal-e2e-test-port:[email protected] to 1 binary cache(s) in 28.5 ms (1/1) ``` After: ``` C:\Dev\vcpkg-tool\out\build\Win-x64-Debug-WithArtifacts\vcpkg-shell.ps1 install --triplet x86-windows --x-buildtrees-root=C:\Dev\work\testing\buildtrees --x-install-root=C:\Dev\work\testing\installed --x-packages-root=C:\Dev\work\testing\packages --feature-flags=registries,manifests Detecting compiler hash for triplet x86-windows... Compiler found: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x86/cl.exe The following packages will be built and installed: vcpkg-internal-e2e-test-port:[email protected] -- C:\Dev\work\testing\filesystem-registry\vcpkg-internal-e2e-test-port Restored 0 package(s) from C:\Users\bion\AppData\Local\vcpkg\archives in 515 us. Use --debug to see more details. Installing 1/1 vcpkg-internal-e2e-test-port:[email protected]... Building vcpkg-internal-e2e-test-port:[email protected]... C:\Dev\work\testing\filesystem-registry\vcpkg-internal-e2e-test-port: info: installing from filesystem registry here -- Skipping post-build validation due to VCPKG_POLICY_EMPTY_PACKAGE Starting submission of vcpkg-internal-e2e-test-port:[email protected] to 1 binary cache(s) in the background Elapsed time to handle vcpkg-internal-e2e-test-port:x86-windows: 41.3 ms vcpkg-internal-e2e-test-port:x86-windows package ABI: 44a438d915046bd3b0c94d08ee9c96cf41cc76811f01ecbfefa7974fec9b3f60 Total install time: 42.5 ms Waiting for 1 remaining binary cache submissions... Completed submission of vcpkg-internal-e2e-test-port:[email protected] to 1 binary cache(s) in 25.9 ms (1/1) ``` Before: ``` C:\Dev\vcpkg-tool\out\build\Win-x64-Debug-WithArtifacts\vcpkg-shell.ps1 install --triplet x86-windows --x-buildtrees-root=C:\Dev\work\testing\buildtrees --x-install-root=C:\Dev\work\testing\installed --x-packages-root=C:\Dev\work\testing\packages --feature-flags=registries,manifests --dry-run Fetching registry information from C:\Dev\work\testing\git-registry-upstream (HEAD)... Fetching registry information from C:\Dev\work\testing\git-registry-upstream (secondary)... Detecting compiler hash for triplet x86-windows... Compiler found: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x86/cl.exe The following packages will be rebuilt: vcpkg-internal-e2e-test-port:[email protected] -- C:\Dev\work\testing\registries\git-trees\f4f1e944412b441d41d45867ac36450adb1d8c40 The following packages will be built and installed: vcpkg-internal-e2e-test-port2:[email protected] -- C:\Dev\work\testing\registries\git-trees\cf9c5d6c86dc6daac39e9f367393cd9fba768f8e C:\Dev\vcpkg-tool\out\build\Win-x64-Debug-WithArtifacts\vcpkg-shell.ps1 install --triplet x86-windows --x-buildtrees-root=C:\Dev\work\testing\buildtrees --x-install-root=C:\Dev\work\testing\installed --x-packages-root=C:\Dev\work\testing\packages --feature-flags=registries,manifests Fetching registry information from C:\Dev\work\testing\git-registry-upstream (HEAD)... Fetching registry information from C:\Dev\work\testing\git-registry-upstream (secondary)... Detecting compiler hash for triplet x86-windows... Compiler found: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x86/cl.exe The following packages will be rebuilt: vcpkg-internal-e2e-test-port:[email protected] -- C:\Dev\work\testing\registries\git-trees\f4f1e944412b441d41d45867ac36450adb1d8c40 The following packages will be built and installed: vcpkg-internal-e2e-test-port2:[email protected] -- C:\Dev\work\testing\registries\git-trees\cf9c5d6c86dc6daac39e9f367393cd9fba768f8e Restored 0 package(s) from C:\Users\bion\AppData\Local\vcpkg\archives in 549 us. Use --debug to see more details. Removing 1/3 vcpkg-internal-e2e-test-port:x86-windows Elapsed time to handle vcpkg-internal-e2e-test-port:x86-windows: 2.32 ms Installing 2/3 vcpkg-internal-e2e-test-port:[email protected]... Building vcpkg-internal-e2e-test-port:[email protected]... C:\Dev\work\testing\registries\git-trees\f4f1e944412b441d41d45867ac36450adb1d8c40: info: installing overlay port from here -- Skipping post-build validation due to VCPKG_POLICY_EMPTY_PACKAGE Starting submission of vcpkg-internal-e2e-test-port:[email protected] to 1 binary cache(s) in the background Elapsed time to handle vcpkg-internal-e2e-test-port:x86-windows: 42.1 ms vcpkg-internal-e2e-test-port:x86-windows package ABI: 9c7ce84f25005c6055554edbcfd078df68a3285c1f2dedba6e419b7a1b229977 Installing 3/3 vcpkg-internal-e2e-test-port2:[email protected]... Building vcpkg-internal-e2e-test-port2:[email protected]... C:\Dev\work\testing\registries\git-trees\cf9c5d6c86dc6daac39e9f367393cd9fba768f8e: info: installing overlay port from here -- Skipping post-build validation due to VCPKG_POLICY_EMPTY_PACKAGE Starting submission of vcpkg-internal-e2e-test-port2:[email protected] to 1 binary cache(s) in the background Elapsed time to handle vcpkg-internal-e2e-test-port2:x86-windows: 42.2 ms vcpkg-internal-e2e-test-port2:x86-windows package ABI: 08801ac889538c8b112baad4cb38ba4d1b546059b6229f58bd17f4606f75fb17 Total install time: 89.8 ms Completed submission of vcpkg-internal-e2e-test-port:[email protected] to 1 binary cache(s) in 26.8 ms Waiting for 1 remaining binary cache submissions... Completed submission of vcpkg-internal-e2e-test-port2:[email protected] to 1 binary cache(s) in 38.4 ms (1/1) ```` After: ``` C:\Dev\vcpkg-tool\out\build\Win-x64-Debug-WithArtifacts\vcpkg-shell.ps1 install --triplet x86-windows --x-buildtrees-root=C:\Dev\work\testing\buildtrees --x-install-root=C:\Dev\work\testing\installed --x-packages-root=C:\Dev\work\testing\packages --feature-flags=registries,manifests --dry-run Fetching registry information from C:\Dev\work\testing\git-registry-upstream (HEAD)... Fetching registry information from C:\Dev\work\testing\git-registry-upstream (secondary)... Detecting compiler hash for triplet x86-windows... Compiler found: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x86/cl.exe The following packages will be rebuilt: vcpkg-internal-e2e-test-port:[email protected] -- git+C:\Dev\work\testing\git-registry-upstream@f4f1e944412b441d41d45867ac36450adb1d8c40 The following packages will be built and installed: vcpkg-internal-e2e-test-port2:[email protected] -- git+C:\Dev\work\testing\git-registry-upstream@cf9c5d6c86dc6daac39e9f367393cd9fba768f8e C:\Dev\vcpkg-tool\out\build\Win-x64-Debug-WithArtifacts\vcpkg-shell.ps1 install --triplet x86-windows --x-buildtrees-root=C:\Dev\work\testing\buildtrees --x-install-root=C:\Dev\work\testing\installed --x-packages-root=C:\Dev\work\testing\packages --feature-flags=registries,manifests Fetching registry information from C:\Dev\work\testing\git-registry-upstream (HEAD)... Fetching registry information from C:\Dev\work\testing\git-registry-upstream (secondary)... Detecting compiler hash for triplet x86-windows... Compiler found: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x86/cl.exe The following packages will be rebuilt: vcpkg-internal-e2e-test-port:[email protected] -- git+C:\Dev\work\testing\git-registry-upstream@f4f1e944412b441d41d45867ac36450adb1d8c40 The following packages will be built and installed: vcpkg-internal-e2e-test-port2:[email protected] -- git+C:\Dev\work\testing\git-registry-upstream@cf9c5d6c86dc6daac39e9f367393cd9fba768f8e Restored 0 package(s) from C:\Users\bion\AppData\Local\vcpkg\archives in 498 us. Use --debug to see more details. Removing 1/3 vcpkg-internal-e2e-test-port:x86-windows Elapsed time to handle vcpkg-internal-e2e-test-port:x86-windows: 2.47 ms Installing 2/3 vcpkg-internal-e2e-test-port:[email protected]... Building vcpkg-internal-e2e-test-port:[email protected]... C:\Dev\work\testing\registries\git-trees\f4f1e944412b441d41d45867ac36450adb1d8c40: info: installing from git registry git+C:\Dev\work\testing\git-registry-upstream@f4f1e944412b441d41d45867ac36450adb1d8c40 -- Skipping post-build validation due to VCPKG_POLICY_EMPTY_PACKAGE Starting submission of vcpkg-internal-e2e-test-port:[email protected] to 1 binary cache(s) in the background Elapsed time to handle vcpkg-internal-e2e-test-port:x86-windows: 42.7 ms vcpkg-internal-e2e-test-port:x86-windows package ABI: 9c7ce84f25005c6055554edbcfd078df68a3285c1f2dedba6e419b7a1b229977 Installing 3/3 vcpkg-internal-e2e-test-port2:[email protected]... Building vcpkg-internal-e2e-test-port2:[email protected]... C:\Dev\work\testing\registries\git-trees\cf9c5d6c86dc6daac39e9f367393cd9fba768f8e: info: installing from git registry git+C:\Dev\work\testing\git-registry-upstream@cf9c5d6c86dc6daac39e9f367393cd9fba768f8e -- Skipping post-build validation due to VCPKG_POLICY_EMPTY_PACKAGE Starting submission of vcpkg-internal-e2e-test-port2:[email protected] to 1 binary cache(s) in the background Elapsed time to handle vcpkg-internal-e2e-test-port2:x86-windows: 41.4 ms vcpkg-internal-e2e-test-port2:x86-windows package ABI: 08801ac889538c8b112baad4cb38ba4d1b546059b6229f58bd17f4606f75fb17 Total install time: 92.1 ms Completed submission of vcpkg-internal-e2e-test-port:[email protected] to 1 binary cache(s) in 36.9 ms Waiting for 1 remaining binary cache submissions... Completed submission of vcpkg-internal-e2e-test-port2:[email protected] to 1 binary cache(s) in 32.6 ms (1/1) ```
BillyONeal
added a commit
to BillyONeal/vcpkg-tool
that referenced
this pull request
Mar 27, 2025
Related: microsoft#1379 (comment) Couple of examples follow. Before: ``` C:\Dev\vcpkg-tool\out\build\Win-x64-Debug-WithArtifacts\vcpkg-shell.ps1 install --triplet x86-windows --x-buildtrees-root=C:\Dev\work\testing\buildtrees --x-install-root=C:\Dev\work\testing\installed --x-packages-root=C:\Dev\work\testing\packages --feature-flags=registries,manifests Detecting compiler hash for triplet x86-windows... Compiler found: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x86/cl.exe The following packages will be built and installed: vcpkg-internal-e2e-test-port:[email protected] -- C:\Dev\work\testing\filesystem-registry\vcpkg-internal-e2e-test-port Restored 0 package(s) from C:\Users\bion\AppData\Local\vcpkg\archives in 554 us. Use --debug to see more details. Installing 1/1 vcpkg-internal-e2e-test-port:[email protected]... Building vcpkg-internal-e2e-test-port:[email protected]... C:\Dev\work\testing\filesystem-registry\vcpkg-internal-e2e-test-port: info: installing overlay port from here -- Skipping post-build validation due to VCPKG_POLICY_EMPTY_PACKAGE Starting submission of vcpkg-internal-e2e-test-port:[email protected] to 1 binary cache(s) in the background Elapsed time to handle vcpkg-internal-e2e-test-port:x86-windows: 44.4 ms vcpkg-internal-e2e-test-port:x86-windows package ABI: 44a438d915046bd3b0c94d08ee9c96cf41cc76811f01ecbfefa7974fec9b3f60 Total install time: 48 ms Waiting for 1 remaining binary cache submissions... Completed submission of vcpkg-internal-e2e-test-port:[email protected] to 1 binary cache(s) in 28.5 ms (1/1) ``` After: ``` C:\Dev\vcpkg-tool\out\build\Win-x64-Debug-WithArtifacts\vcpkg-shell.ps1 install --triplet x86-windows --x-buildtrees-root=C:\Dev\work\testing\buildtrees --x-install-root=C:\Dev\work\testing\installed --x-packages-root=C:\Dev\work\testing\packages --feature-flags=registries,manifests Detecting compiler hash for triplet x86-windows... Compiler found: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x86/cl.exe The following packages will be built and installed: vcpkg-internal-e2e-test-port:[email protected] -- C:\Dev\work\testing\filesystem-registry\vcpkg-internal-e2e-test-port Restored 0 package(s) from C:\Users\bion\AppData\Local\vcpkg\archives in 515 us. Use --debug to see more details. Installing 1/1 vcpkg-internal-e2e-test-port:[email protected]... Building vcpkg-internal-e2e-test-port:[email protected]... C:\Dev\work\testing\filesystem-registry\vcpkg-internal-e2e-test-port: info: installing from filesystem registry here -- Skipping post-build validation due to VCPKG_POLICY_EMPTY_PACKAGE Starting submission of vcpkg-internal-e2e-test-port:[email protected] to 1 binary cache(s) in the background Elapsed time to handle vcpkg-internal-e2e-test-port:x86-windows: 41.3 ms vcpkg-internal-e2e-test-port:x86-windows package ABI: 44a438d915046bd3b0c94d08ee9c96cf41cc76811f01ecbfefa7974fec9b3f60 Total install time: 42.5 ms Waiting for 1 remaining binary cache submissions... Completed submission of vcpkg-internal-e2e-test-port:[email protected] to 1 binary cache(s) in 25.9 ms (1/1) ``` Before: ``` C:\Dev\vcpkg-tool\out\build\Win-x64-Debug-WithArtifacts\vcpkg-shell.ps1 install --triplet x86-windows --x-buildtrees-root=C:\Dev\work\testing\buildtrees --x-install-root=C:\Dev\work\testing\installed --x-packages-root=C:\Dev\work\testing\packages --feature-flags=registries,manifests --dry-run Fetching registry information from C:\Dev\work\testing\git-registry-upstream (HEAD)... Fetching registry information from C:\Dev\work\testing\git-registry-upstream (secondary)... Detecting compiler hash for triplet x86-windows... Compiler found: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x86/cl.exe The following packages will be rebuilt: vcpkg-internal-e2e-test-port:[email protected] -- C:\Dev\work\testing\registries\git-trees\f4f1e944412b441d41d45867ac36450adb1d8c40 The following packages will be built and installed: vcpkg-internal-e2e-test-port2:[email protected] -- C:\Dev\work\testing\registries\git-trees\cf9c5d6c86dc6daac39e9f367393cd9fba768f8e C:\Dev\vcpkg-tool\out\build\Win-x64-Debug-WithArtifacts\vcpkg-shell.ps1 install --triplet x86-windows --x-buildtrees-root=C:\Dev\work\testing\buildtrees --x-install-root=C:\Dev\work\testing\installed --x-packages-root=C:\Dev\work\testing\packages --feature-flags=registries,manifests Fetching registry information from C:\Dev\work\testing\git-registry-upstream (HEAD)... Fetching registry information from C:\Dev\work\testing\git-registry-upstream (secondary)... Detecting compiler hash for triplet x86-windows... Compiler found: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x86/cl.exe The following packages will be rebuilt: vcpkg-internal-e2e-test-port:[email protected] -- C:\Dev\work\testing\registries\git-trees\f4f1e944412b441d41d45867ac36450adb1d8c40 The following packages will be built and installed: vcpkg-internal-e2e-test-port2:[email protected] -- C:\Dev\work\testing\registries\git-trees\cf9c5d6c86dc6daac39e9f367393cd9fba768f8e Restored 0 package(s) from C:\Users\bion\AppData\Local\vcpkg\archives in 549 us. Use --debug to see more details. Removing 1/3 vcpkg-internal-e2e-test-port:x86-windows Elapsed time to handle vcpkg-internal-e2e-test-port:x86-windows: 2.32 ms Installing 2/3 vcpkg-internal-e2e-test-port:[email protected]... Building vcpkg-internal-e2e-test-port:[email protected]... C:\Dev\work\testing\registries\git-trees\f4f1e944412b441d41d45867ac36450adb1d8c40: info: installing overlay port from here -- Skipping post-build validation due to VCPKG_POLICY_EMPTY_PACKAGE Starting submission of vcpkg-internal-e2e-test-port:[email protected] to 1 binary cache(s) in the background Elapsed time to handle vcpkg-internal-e2e-test-port:x86-windows: 42.1 ms vcpkg-internal-e2e-test-port:x86-windows package ABI: 9c7ce84f25005c6055554edbcfd078df68a3285c1f2dedba6e419b7a1b229977 Installing 3/3 vcpkg-internal-e2e-test-port2:[email protected]... Building vcpkg-internal-e2e-test-port2:[email protected]... C:\Dev\work\testing\registries\git-trees\cf9c5d6c86dc6daac39e9f367393cd9fba768f8e: info: installing overlay port from here -- Skipping post-build validation due to VCPKG_POLICY_EMPTY_PACKAGE Starting submission of vcpkg-internal-e2e-test-port2:[email protected] to 1 binary cache(s) in the background Elapsed time to handle vcpkg-internal-e2e-test-port2:x86-windows: 42.2 ms vcpkg-internal-e2e-test-port2:x86-windows package ABI: 08801ac889538c8b112baad4cb38ba4d1b546059b6229f58bd17f4606f75fb17 Total install time: 89.8 ms Completed submission of vcpkg-internal-e2e-test-port:[email protected] to 1 binary cache(s) in 26.8 ms Waiting for 1 remaining binary cache submissions... Completed submission of vcpkg-internal-e2e-test-port2:[email protected] to 1 binary cache(s) in 38.4 ms (1/1) ```` After: ``` C:\Dev\vcpkg-tool\out\build\Win-x64-Debug-WithArtifacts\vcpkg-shell.ps1 install --triplet x86-windows --x-buildtrees-root=C:\Dev\work\testing\buildtrees --x-install-root=C:\Dev\work\testing\installed --x-packages-root=C:\Dev\work\testing\packages --feature-flags=registries,manifests --dry-run Fetching registry information from C:\Dev\work\testing\git-registry-upstream (HEAD)... Fetching registry information from C:\Dev\work\testing\git-registry-upstream (secondary)... Detecting compiler hash for triplet x86-windows... Compiler found: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x86/cl.exe The following packages will be rebuilt: vcpkg-internal-e2e-test-port:[email protected] -- git+C:\Dev\work\testing\git-registry-upstream@f4f1e944412b441d41d45867ac36450adb1d8c40 The following packages will be built and installed: vcpkg-internal-e2e-test-port2:[email protected] -- git+C:\Dev\work\testing\git-registry-upstream@cf9c5d6c86dc6daac39e9f367393cd9fba768f8e C:\Dev\vcpkg-tool\out\build\Win-x64-Debug-WithArtifacts\vcpkg-shell.ps1 install --triplet x86-windows --x-buildtrees-root=C:\Dev\work\testing\buildtrees --x-install-root=C:\Dev\work\testing\installed --x-packages-root=C:\Dev\work\testing\packages --feature-flags=registries,manifests Fetching registry information from C:\Dev\work\testing\git-registry-upstream (HEAD)... Fetching registry information from C:\Dev\work\testing\git-registry-upstream (secondary)... Detecting compiler hash for triplet x86-windows... Compiler found: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x86/cl.exe The following packages will be rebuilt: vcpkg-internal-e2e-test-port:[email protected] -- git+C:\Dev\work\testing\git-registry-upstream@f4f1e944412b441d41d45867ac36450adb1d8c40 The following packages will be built and installed: vcpkg-internal-e2e-test-port2:[email protected] -- git+C:\Dev\work\testing\git-registry-upstream@cf9c5d6c86dc6daac39e9f367393cd9fba768f8e Restored 0 package(s) from C:\Users\bion\AppData\Local\vcpkg\archives in 498 us. Use --debug to see more details. Removing 1/3 vcpkg-internal-e2e-test-port:x86-windows Elapsed time to handle vcpkg-internal-e2e-test-port:x86-windows: 2.47 ms Installing 2/3 vcpkg-internal-e2e-test-port:[email protected]... Building vcpkg-internal-e2e-test-port:[email protected]... C:\Dev\work\testing\registries\git-trees\f4f1e944412b441d41d45867ac36450adb1d8c40: info: installing from git registry git+C:\Dev\work\testing\git-registry-upstream@f4f1e944412b441d41d45867ac36450adb1d8c40 -- Skipping post-build validation due to VCPKG_POLICY_EMPTY_PACKAGE Starting submission of vcpkg-internal-e2e-test-port:[email protected] to 1 binary cache(s) in the background Elapsed time to handle vcpkg-internal-e2e-test-port:x86-windows: 42.7 ms vcpkg-internal-e2e-test-port:x86-windows package ABI: 9c7ce84f25005c6055554edbcfd078df68a3285c1f2dedba6e419b7a1b229977 Installing 3/3 vcpkg-internal-e2e-test-port2:[email protected]... Building vcpkg-internal-e2e-test-port2:[email protected]... C:\Dev\work\testing\registries\git-trees\cf9c5d6c86dc6daac39e9f367393cd9fba768f8e: info: installing from git registry git+C:\Dev\work\testing\git-registry-upstream@cf9c5d6c86dc6daac39e9f367393cd9fba768f8e -- Skipping post-build validation due to VCPKG_POLICY_EMPTY_PACKAGE Starting submission of vcpkg-internal-e2e-test-port2:[email protected] to 1 binary cache(s) in the background Elapsed time to handle vcpkg-internal-e2e-test-port2:x86-windows: 41.4 ms vcpkg-internal-e2e-test-port2:x86-windows package ABI: 08801ac889538c8b112baad4cb38ba4d1b546059b6229f58bd17f4606f75fb17 Total install time: 92.1 ms Completed submission of vcpkg-internal-e2e-test-port:[email protected] to 1 binary cache(s) in 36.9 ms Waiting for 1 remaining binary cache submissions... Completed submission of vcpkg-internal-e2e-test-port2:[email protected] to 1 binary cache(s) in 32.6 ms (1/1) ```
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.
This makes it more clear what is actually checked here.