[vcpkg scripts] Use vcpkg fetch for available tools#43309
[vcpkg scripts] Use vcpkg fetch for available tools#43309BillyONeal merged 7 commits intomicrosoft:masterfrom
Conversation
|
@JonLiu1993: Please mark this as reviewed so that we can get a review from the ms team. |
|
@JavierMatosD @AugP @vicroms @ras0219-msft and I discussed today. We are happy with the direction of the 4 tools in Billy's original list being changed to use We observe that some tools in Billy's original 'unsafe' list might be OK to go through |
Wouldn't this break the abi hash if the codegen is different for whatever reason between versions |
|
Any Idea: The rest looks like baseline regression |
The assumption is that an assembler would not do that. To be clear, I'm not saying we should, I just wanted what was said to be recorded should this topic ever come up again. |
This looks like something tried to set the entire vcpkg console output as the path to nuget.exe, including status explanations of what we are doing and why. I observe that many of our existing uses of |
|
Pushed merge to pick up #43509 as the macs in the old pool are being shut down. |
|
convert to draft until fetch only outputs the result to stdout (requires vcpkg-tool change) |
* Fixes the incorrect tracking bug introduced here: https://github.com/microsoft/vcpkg-tool/pull/1715/files#r2414987620 * Gets clean_prepare_dir and the last_write_time fixup into the parallelized region * Deletes decompress_in_parallel / cmd_execute_and_capture_output_parallel related to microsoft/vcpkg#43309
* Fixes the incorrect tracking bug introduced here: https://github.com/microsoft/vcpkg-tool/pull/1715/files#r2414987620 * Gets clean_prepare_dir and the last_write_time fixup into the parallelized region Related to microsoft/vcpkg#43309 * Plumbs error handling through to one place * Deletes decompress_in_parallel / cmd_execute_and_capture_output_parallel
* Fixes the incorrect tracking bug introduced here: https://github.com/microsoft/vcpkg-tool/pull/1715/files#r2414987620 * Gets clean_prepare_dir and the last_write_time fixup into the parallelized region Related to microsoft/vcpkg#43309 * Plumbs error handling through to one place * Deletes decompress_in_parallel / cmd_execute_and_capture_output_parallel
…1805) * Fixes the incorrect tracking bug introduced here: https://github.com/microsoft/vcpkg-tool/pull/1715/files#r2414987620 * Gets clean_prepare_dir and the last_write_time fixup into the parallelized region Related to microsoft/vcpkg#43309 * Plumbs error handling through to one place * Deletes decompress_in_parallel / cmd_execute_and_capture_output_parallel
…cture. Unblocks microsoft/vcpkg#43309 by making --x-stderr-status actually work to `vcpkg fetch`
# Conflicts: # scripts/cmake/vcpkg_find_acquire_program(NINJA).cmake # scripts/cmake/vcpkg_find_acquire_program(NUGET).cmake
|
Ok, now on OSX (Github actions runner image) I have a wonderful build error: but the image itself states it has Ninja installed: https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md#utilities |
This reverts commit 29647bb.
No description provided.