-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[scripts-audit] minor vcpkg_from_* fixes #19657
Conversation
closes #19656 |
cc @Neumann-A for re-review |
what about an e2e test for a small port downloaded using --head? |
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.
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). |
876625d
to
09d9b09
Compare
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.
Thanks for tests!
/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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have modified or added at least one vcpkg.json where a "license" field is missing.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have modified or added at least one vcpkg.json where a "license" field is missing.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have modified or added at least one vcpkg.json where a "license" field is missing.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have modified or added at least one vcpkg.json where a "license" field is missing.
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