Skip to content

[faker-cxx] add new port #39330

[faker-cxx] add new port

[faker-cxx] add new port #39330

Re-run triggered May 13, 2024 07:27
Status Failure
Total duration 15s
Artifacts

untrustedPR.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Check
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/faker-cxx/vcpkg.json b/ports/faker-cxx/vcpkg.json index a25dae55..34e10ccc 100644 --- a/ports/faker-cxx/vcpkg.json +++ b/ports/faker-cxx/vcpkg.json @@ -16,4 +16,4 @@ "host": true } ] -} \ No newline at end of file +} ```
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 faker-cxx have changed but the version was not updated version: v1.0.0 old SHA: e90d971758f9e295dbb354267313fb6fa8124808 new SHA: 3a62ce8645e79eb8295bd55d93543b407ca70180 Did you remember to update the version or port version? Use --overwrite-version to bypass this check ***No files were updated*** ```