Skip to content

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 9 commits into from
Mar 21, 2025

Conversation

Thomas1664
Copy link
Contributor

This makes it more clear what is actually checked here.

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.

The changes other than is_overlay_port look good to me.

@Thomas1664 Thomas1664 requested a review from BillyONeal April 25, 2024 06:57
@BillyONeal BillyONeal marked this pull request as draft May 29, 2024 00:04
@Thomas1664 Thomas1664 marked this pull request as ready for review December 8, 2024 16:42
@Thomas1664 Thomas1664 requested a review from BillyONeal December 8, 2024 17:02
@Thomas1664 Thomas1664 changed the title More expressive checks in triplet/port More expressive checks in triple Dec 8, 2024
@Thomas1664 Thomas1664 changed the title More expressive checks in triple More expressive checks in triplet Dec 8, 2024
@BillyONeal BillyONeal enabled auto-merge (squash) March 21, 2025 20:20
@BillyONeal
Copy link
Member

Thanks for your contribution, and sorry things didn't work out on the path thing.

@BillyONeal BillyONeal merged commit 6a46745 into microsoft:main Mar 21, 2025
7 checks passed
@Thomas1664
Copy link
Contributor Author

No problem. I totally forgot about this PR

@Thomas1664 Thomas1664 deleted the expressive-if-triplet branch March 21, 2025 21:45
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants