Skip to content

[small-gicp] New port #40610

[small-gicp] New port

[small-gicp] New port #40610

Re-run triggered June 21, 2024 02:50
Status Failure
Total duration 19s
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/small-gicp/vcpkg.json b/ports/small-gicp/vcpkg.json index 526596f..941f857 100644 --- a/ports/small-gicp/vcpkg.json +++ b/ports/small-gicp/vcpkg.json @@ -4,7 +4,7 @@ "description": "Efficient and parallelized algorithms for point cloud registration", "homepage": "https://github.com/koide3/small_gicp", "license": "MIT", - "supports": "!(x86|arm32)", + "supports": "!(x86 | arm32)", "dependencies": [ "eigen3", { ```
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 small-gicp have changed but the version was not updated version: 0.1.0 old SHA: b3b8e3ab27c4cd7b986ae5f02c3ccaa0f9dfc58d new SHA: dfa0416785bdea36ca6f5893d25d7c7af608bf9b Did you remember to update the version or port version? Use --overwrite-version to bypass this check ***No files were updated*** ```