vcpkg icon indicating copy to clipboard operation
vcpkg copied to clipboard

[argparse] Update to v2.8

Open p-ranav opened this issue 1 year ago • 4 comments

Describe the pull request

  • What does your PR fix?

Updates argparse to v2.8

  • Which triplets are supported/not supported? Have you updated the CI baseline?

No

Yes

  • If you have added/updated a port: Have you run ./vcpkg x-add-version --all and committed the result?

Yes

If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/

p-ranav avatar Sep 21 '22 04:09 p-ranav

/azp run

JonLiu1993 avatar Sep 21 '22 06:09 JonLiu1993

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Sep 21 '22 06:09 azure-pipelines[bot]

@p-ranav, CI for x64-linux is broken.

JonLiu1993 avatar Sep 21 '22 07:09 JonLiu1993

@JonLiu1993 The CI error seems to be unrelated to argparse?

========================== Starting Command Output ===========================
/usr/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/agent/_work/_temp/a002a5c9-eaa0-4d2f-b805-7c9d838cda82.ps1'
Build reason was Pull Request, using binary caching in read write mode, skipping failures.
Clearing contents of /mnt/vcpkg-ci/buildtrees
Failure to remove_all_inside("/mnt/vcpkg-ci/buildtrees") due to file "/mnt/vcpkg-ci/buildtrees/tensorflow/.bzl/02c0d9509a4399b7d0b466397e539271/sandbox/inaccessibleHelperDir": Permission denied
Exception: /agent/_work/1/s/scripts/azure-pipelines/test-modified-ports.ps1:133
Line |
 133 |      throw "vcpkg clean failed"
     |      ~~~~~~~~~~~~~~~~~~~~~~~~~~
     | vcpkg clean failed

##[error]PowerShell exited with code '1'.
##[error]PowerShell wrote one or more lines to the standard error stream.
##[error]Exception: /agent/_work/1/s/scripts/azure-pipelines/test-modified-ports.ps1:133
Line |
 133 |      throw "vcpkg clean failed"
     |      ~~~~~~~~~~~~~~~~~~~~~~~~~~
     | vcpkg clean failed

I see a Permission denied on an unrelated package (tensorflow)

Failure to remove_all_inside("/mnt/vcpkg-ci/buildtrees") due to file "/mnt/vcpkg-ci/buildtrees/tensorflow/.bzl/02c0d9509a4399b7d0b466397e539271/sandbox/inaccessibleHelperDir": Permission denied

p-ranav avatar Sep 21 '22 12:09 p-ranav