Skip to content

[buck-yeh-bux] Update to 1.7.0 #42087

[buck-yeh-bux] Update to 1.7.0

[buck-yeh-bux] Update to 1.7.0 #42087

Triggered via pull request August 4, 2024 17:09
Status Failure
Total duration 17s
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/buck-yeh-bux/vcpkg.json b/ports/buck-yeh-bux/vcpkg.json index 5adf166c..0748fafa 100644 --- a/ports/buck-yeh-bux/vcpkg.json +++ b/ports/buck-yeh-bux/vcpkg.json @@ -4,7 +4,7 @@ "description": "A supplemental C++ library with functionalities not directly supported from Modern C++ standard.", "homepage": "https://github.com/buck-yeh/bux", "license": "MIT", - "supports": "!(uwp)", + "supports": "!uwp", "dependencies": [ { "name": "vcpkg-cmake", ```
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 buck-yeh-bux have changed but the version was not updated version: 1.7.0 old SHA: 88486549317551b7234d74d8d31c77b4e60bbe37 new SHA: 7a6469d1e426a3dac6f5ea47a782a6101f05107c 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*** ```