aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Yurchuk <maxim-yurchuk@ydb.tech>2025-02-21 18:03:21 +0000
committerGitHub <noreply@github.com>2025-02-21 21:03:21 +0300
commit6c53efdf3dcfe8c9dbc836293b87eab745157c0d (patch)
tree753383c836db504f3e3d8c86f9ee6be1700e2083
parentd1adfd1b1ff14f23e1d26ee6a4f31d5a07a12c2b (diff)
downloadydb-6c53efdf3dcfe8c9dbc836293b87eab745157c0d.tar.gz
stable-25-1: disable breakpad integration temporarily (#14920)
-rw-r--r--ydb/apps/ydbd/ya.make2
-rw-r--r--ydb/tests/functional/ya.make2
2 files changed, 2 insertions, 2 deletions
diff --git a/ydb/apps/ydbd/ya.make b/ydb/apps/ydbd/ya.make
index 2578b1d44a..09bfa3ff0a 100644
--- a/ydb/apps/ydbd/ya.make
+++ b/ydb/apps/ydbd/ya.make
@@ -69,7 +69,7 @@ PEERDIR(
yql/essentials/udfs/common/url_base
yql/essentials/udfs/common/yson2
yql/essentials/udfs/logs/dsv
- ydb/library/breakpad
+ # ydb/library/breakpad # not working properly, see KIKIMR-18829 for details
ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs
)
diff --git a/ydb/tests/functional/ya.make b/ydb/tests/functional/ya.make
index 955c45a1f8..56cefc211e 100644
--- a/ydb/tests/functional/ya.make
+++ b/ydb/tests/functional/ya.make
@@ -15,7 +15,7 @@ RECURSE(
kqp
large_serializable
limits
- minidumps
+ # minidumps # breakpad is disabled now, see KIKIMR-18829 for details
postgresql
query_cache
rename