diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-07-28 17:43:16 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-07-28 17:43:16 +0300 |
commit | 9de583456c536a5f21352381a38b35bd5918c9ac (patch) | |
tree | f8083832e80940728ee41e4b648e13b225b94744 | |
parent | c8ce88b2d80cb6860aa97818c49d65b90c7bd31b (diff) | |
download | ydb-9de583456c536a5f21352381a38b35bd5918c9ac.tar.gz |
Add new error pattern
-rwxr-xr-x | generate_cmake | 2 |
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", |