aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-07-28 17:43:16 +0300
committeralexv-smirnov <alex@ydb.tech>2023-07-28 17:43:16 +0300
commit9de583456c536a5f21352381a38b35bd5918c9ac (patch)
treef8083832e80940728ee41e4b648e13b225b94744
parentc8ce88b2d80cb6860aa97818c49d65b90c7bd31b (diff)
downloadydb-9de583456c536a5f21352381a38b35bd5918c9ac.tar.gz
Add new error pattern
-rwxr-xr-xgenerate_cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/generate_cmake b/generate_cmake
index 78a8d1f7ea..8d2b485c0e 100755
--- a/generate_cmake
+++ b/generate_cmake
@@ -85,7 +85,9 @@ def generate_graph_for_platform(generate_graph_for_platform):
allowed_error_patterns = [
"to directory without ya.make: [[imp]]$S/build/platform/",
+ "to missing directory: [[imp]]$S/build/platform/",
"to directory without ya.make: [[imp]]$S/build/external_resources/",
+ "to missing directory: [[imp]]$S/build/external_resources/",
"could not resolve include file: [[imp]]openssl",
"could not resolve include file: [[imp]]zlib",
"could not resolve include file: [[imp]]ares.h",