From d82dadd34f08d70e3cd41f51da13ca24ad1a54ed Mon Sep 17 00:00:00 2001 From: SSE4 Date: Tue, 25 Aug 2020 18:31:37 +0700 Subject: [PATCH] - add doc for KB-H052 (#2640) Signed-off-by: SSE4 --- docs/error_knowledge_base.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/error_knowledge_base.md b/docs/error_knowledge_base.md index 8eb5119c311cf..d34f509885557 100644 --- a/docs/error_knowledge_base.md +++ b/docs/error_knowledge_base.md @@ -311,3 +311,7 @@ By default, all packages should be built as static library (the option ``shared` ### **#KB-H051: "DEFAULT OPTIONS AS DICTIONARY"** The attribue `default_options` should be a dictionary, for example `default_options = {'shared': False, 'fPIC': True}`. + +### **#KB-H052: "CONFIG.YML HAS NEW VERSION"** + +It's important to have new library version defined in both `config.yml` and `conandata.yml`, otherwise newly added version will not be checked and built by CI and will not be available for download.