aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Yurchuk <maxim-yurchuk@ydb.tech>2024-09-02 13:22:38 +0300
committerGitHub <noreply@github.com>2024-09-02 13:22:38 +0300
commit25c55bd745a1bb1ba5ee27c0b9c3d3c42c394997 (patch)
tree10dc1534d687d932281353f7360d47ee3e7bf92b
parent0532ed6fae8bbdd6972872b2946a38fe35f22430 (diff)
downloadydb-25c55bd745a1bb1ba5ee27c0b9c3d3c42c394997.tar.gz
Do not ignore configure errors (#8586)
-rw-r--r--build/internal/ya.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/internal/ya.conf b/build/internal/ya.conf
index c67252c81b..9fa4df0431 100644
--- a/build/internal/ya.conf
+++ b/build/internal/ya.conf
@@ -4,6 +4,7 @@ bazel_remote_baseuri = "http://cachesrv.ydb.tech:8081"
bazel_remote_client_decompress = true
dist_cache_late_fetch = true
test_fakeid = "r13102898"
+ignore_configure_errors = false # YA-1456
[host_platform_flags]
OPENSOURCE = "yes"