[WIP][userver] new port #47511
Annotations
2 errors
Generate Reply
All vcpkg.json files must be formatted. To fix this problem, run:
./vcpkg format-manifest ports/*/vcpkg.json
It should make the following changes:```diff
diff --git a/ports/userver/vcpkg.json b/ports/userver/vcpkg.json
index 99fcaca..4e3e806 100644
--- a/ports/userver/vcpkg.json
+++ b/ports/userver/vcpkg.json
@@ -17,8 +17,8 @@
"boost-lockfree",
"boost-multiprecision",
"boost-program-options",
- "boost-uuid",
"boost-stacktrace",
+ "boost-uuid",
"c-ares",
"cctz",
{
@@ -28,11 +28,11 @@
]
},
"fmt",
+ "gtest",
"http-parser",
"libev",
"nghttp2",
"openssl",
- "gtest",
{
"name": "vcpkg-cmake",
"host": true
```
|
Generate Reply
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 66248ff4dbafdff577df74e4d9a8e948389fab09 -- versions
./vcpkg x-add-version --all
|
Loading