From d6d72bc6e4545d216d89660f86781bbc34980fe9 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 29 Jul 2022 17:37:33 +0300 Subject: For rep-create, pkg-verify, and rep-info don't verify build-time toolchain dependency constraints if --ignore-unknown option is specified --- bpkg/pkg-verify.cli | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bpkg/pkg-verify.cli') diff --git a/bpkg/pkg-verify.cli b/bpkg/pkg-verify.cli index bd6609f..9d45cad 100644 --- a/bpkg/pkg-verify.cli +++ b/bpkg/pkg-verify.cli @@ -47,8 +47,9 @@ namespace bpkg bool --ignore-unknown { "Ignore unknown manifest entries. By default, \cb{bpkg} will refuse to - declare such a package valid since it cannot be sure the unknown entries - are valid." + declare such a package valid since it cannot be sure the unknown + entries are valid. Note that this option also ignores the version + constraints in the special toolchain build-time dependencies." } bool --manifest -- cgit v1.1