[POC|Invalid] Testing vcpkg without installed MSVC #47542
Annotations
2 errors and 1 warning
Check
PRs must add only one version, and must not modify any published versions.
When making any changes to a library, the version or port-version in vcpkg.json must be modified, and the version database updated.
Making the following changes will fix this problem:```diff
error: checked-in files for vcpkg-gfortran have changed but the version was not updated
version: 3#3
old SHA: 1af46bd54a9156a9f24fc7c8715488699522b382
new SHA: fde64405c4bd3b07b9910bbfe16744c9ae045d8f
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
See https://learn.microsoft.com/vcpkg/commands/add-version?WT.mc_id=vcpkg_inproduct_cli#--overwrite-version for more information.
***No files were updated***
error: checked-in files for vcpkg-cmake have changed but the version was not updated
version: 2024-04-23
old SHA: e74aa1e8f93278a8e71372f1fa08c3df420eb840
new SHA: 5488d66e58ab3eae526feb269421377bca1cc967
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
See https://learn.microsoft.com/vcpkg/commands/add-version?WT.mc_id=vcpkg_inproduct_cli#--overwrite-version for more information.
***No files were updated***
error: checked-in files for qtbase have changed but the version was not updated
version: 6.8.1#1
old SHA: aca356b06f62fc44f51769ef5418230a385e3c7f
new SHA: f54625c6bf136960e734d7d51e67d53e77f0ce8c
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
See https://learn.microsoft.com/vcpkg/commands/add-version?WT.mc_id=vcpkg_inproduct_cli#--overwrite-version for more information.
***No files were updated***
error: checked-in files for libgcrypt have changed but the version was not updated
version: 1.10.2
old SHA: fb85f5dab3e4cacb5da45cf352ca23a25d7c4d18
new SHA: e999d83267e9bc6a4015c20b0b25a5bfc192c427
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
See https://learn.microsoft.com/vcpkg/commands/add-version?WT.mc_id=vcpkg_inproduct_cli#--overwrite-version for more information.
***No files were updated***
error: checked-in files for icu have changed but the version was not updated
version: 74.2#4
old SHA: 291bbc492b8f73dea0dbd12051e9b12b21aef900
new SHA: f35a816d6e9ab0c6b33b0d172477d73c9cf242e7
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
See https://learn.microsoft.com/vcpkg/commands/add-version?WT.mc_id=vcpkg_inproduct_cli#--overwrite-version for more information.
***No files were updated***
```
|
Check
After committing all other changes, the version database must be updated.
This can be done by running the following commands after committing your changes:
git add -u && git commit
git checkout 65be7019941e1401e02daaba0738cab2c8a4a355 -- versions
./vcpkg x-add-version --all
|
Check
If you feel able to do so, please consider adding a "license" field to the following files:
ports/vcpkg-gfortran/vcpkg.json
Valid values for the license field can be found at https://learn.microsoft.com/vcpkg/reference/vcpkg-json#license
|