Skip to content

Commit

Permalink
boost: fix patch-type
Browse files Browse the repository at this point in the history
  • Loading branch information
Cogitri committed Feb 2, 2024
1 parent bac8eb0 commit c31ec28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/boost/all/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ patches:
patch_type: "conan"
- patch_file: "patches/1.84.0-reimplement-string_set-as-any-string.patch"
patch_description: "Fix compilation with cppstd=20 on libcxx platforms (e.g. MacOS)"
patch_type: "backport"
patch_type: "official"
patch:source: "https://github.com/boostorg/locale/commit/c5e8f02c903696a213fc4b710f6740ccd1f07f4e"

Check warning on line 78 in recipes/boost/all/conandata.yml

View workflow job for this annotation

GitHub Actions / Lint changed files (YAML files)

conandata.yml schema warning

Schema outlined in https://github.com/conan-io/conan-center-index/blob/master/docs/adding_packages/conandata_yml_format.md#patches-fields is not followed. unexpected key not in schema 'patch:source' in patch:source: https://github ... ^ (line: 78)
"1.83.0":
- patch_file: "patches/1.82.0-locale-iconv-library-option.patch"
Expand Down

0 comments on commit c31ec28

Please sign in to comment.