[scripts-audit] minor vcpkg_from_* fixes#19657
[scripts-audit] minor vcpkg_from_* fixes#19657strega-nil-ms merged 3 commits intomicrosoft:masterfrom
Conversation
|
closes #19656 |
|
cc @Neumann-A for re-review |
|
what about an e2e test for a small port downloaded using --head? |
Neumann-A
left a comment
There was a problem hiding this comment.
Would also like to see tests for this. E.g. a port which always calls vcpkg_from_ with two different urls and fetch_ref with --head and without --head to avoid such problems in the future.
|
There seems to be another bug. My Qt6 update script nolonger works: From the repo: |
|
@Neumann-A yep, thanks! |
|
@strega-nil-ms seems to work now |
|
Installing |
|
@sylveon when did that work? I don't see a time in the history where this worked. |
|
I can't pinpoint an exact time, but I used to be able to do |
|
It worked back on July 7th: https://dev.azure.com/sylve0n/TranslucentTB/_build/results?buildId=140&view=logs&j=adc611be-d2d6-58a9-dbb6-278cbdb63baf&t=8cc718aa-4559-5f95-5b2c-3aeac298898c The patch was already broken prior to that, and no new commit to the Detours repo since then would have broken it (if it wasn't already). |
|
@sylveon even back to 2018, we patched head versions (and did not pass edit: ah yup! we added a |
|
@sylveon thanks for pointing that out! |
4083241 to
fdcacaf
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
4abdb95 to
e940ac5
Compare
There was a problem hiding this comment.
You have modified or added at least one vcpkg.json where a "license" field is missing.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
scripts/test_ports/vcpkg-from-git-test/vcpkg.json
Valid values for the license field can be found in the documentation
e940ac5 to
15fad14
Compare
There was a problem hiding this comment.
You have modified or added at least one vcpkg.json where a "license" field is missing.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
scripts/test_ports/vcpkg-from-git-test/vcpkg.json
Valid values for the license field can be found in the documentation
15fad14 to
063ac88
Compare
There was a problem hiding this comment.
You have modified or added at least one vcpkg.json where a "license" field is missing.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
scripts/test_ports/vcpkg-from-git-test/vcpkg.json
Valid values for the license field can be found in the documentation
There was a problem hiding this comment.
You have modified or added at least one vcpkg.json where a "license" field is missing.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
scripts/test_ports/vcpkg-from-git-test/vcpkg.json
Valid values for the license field can be found in the documentation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1ef270d to
6b68065
Compare
|
baruch hashem! finally merged @Neumann-A |
Fixes #19651
Fixes an issue reported by @Neumann-A