[vcpkg-ci-eval] Add ports 🤖 #51515
Draft
[vcpkg-ci-eval] Add ports 🤖 #51515
Annotations
1 error and 1 warning
|
Generate Reply
After committing all other changes, the version database must be updated.
This can be done by running the following commands:
PowerShell
```powershell
git fetch https://github.com/microsoft/vcpkg master
$merge_base = git merge-base HEAD FETCH_HEAD
git restore --source=$merge_base --staged --worktree -- versions
git clean -fd -- versions
./vcpkg x-add-version --all
```
bash
```bash
git fetch https://github.com/microsoft/vcpkg master
merge_base="$(git merge-base HEAD FETCH_HEAD)"
git restore --source="$merge_base" --staged --worktree -- versions
git clean -fd -- versions
./vcpkg x-add-version --all
```
|
|
Generate Reply
If you feel able to do so, please consider adding a "license" field to the following files:
ports/vcpkg-ci-eval-a/vcpkg.json
ports/vcpkg-ci-eval-b/vcpkg.json
Valid values for the license field can be found at https://learn.microsoft.com/vcpkg/reference/vcpkg-json#license
|
background
wait
wait-all
cancel
Loading