We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db845d commit a42a085Copy full SHA for a42a085
ydb/apps/ydbd/ya.make
@@ -69,7 +69,7 @@ PEERDIR(
69
yql/essentials/udfs/common/url_base
70
yql/essentials/udfs/common/yson2
71
yql/essentials/udfs/logs/dsv
72
- ydb/library/breakpad
+ # ydb/library/breakpad # not working properly, see KIKIMR-18829 for details
73
ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs
74
)
75
ydb/tests/functional/ya.make
@@ -15,7 +15,7 @@ RECURSE(
15
kqp
16
large_serializable
17
limits
18
- minidumps
+ # minidumps # breakpad is disabled now, see KIKIMR-18829 for details
19
postgresql
20
query_cache
21
rename
0 commit comments