Android CI with JDK, SDK, API level 28, dynamic CRT linkage #45822
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 allegro5 have changed but the version was not updated
version: 5.2.9.1#1
old SHA: 27bd05e0bc710ebb1303d8b59d640bdf8f361497
new SHA: 4538d640e74688871a1274fe7d2091eac0ed779b
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 treehopper have changed but the version was not updated
version: 1.11.3#9
old SHA: 145e9145dba553063f0483909603c6369c5a4e63
new SHA: d2923effb4b7457560ef218db1fc90abd394c282
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 5e5d0e1cd7785623065e77eff011afdeec1a3574 -- 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/treehopper/vcpkg.json
scripts/test_ports/vcpkg-ci-boost/vcpkg.json
Valid values for the license field can be found at https://learn.microsoft.com/vcpkg/reference/vcpkg-json#license
|