aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Yurchuk <maxim-yurchuk@ydb.tech>2024-11-20 10:45:53 +0000
committerGitHub <noreply@github.com>2024-11-20 10:45:53 +0000
commit2c7938962d8689e175574fc1e817c05049f27905 (patch)
tree3528bc234f2cc5cf432264e5feeb10a91f20a94d
parentd4cd408ae5fa4a71f6d824971b494d2d20e7eb80 (diff)
downloadydb-2c7938962d8689e175574fc1e817c05049f27905.tar.gz
Use release build in compatability test (#11783)
-rw-r--r--ydb/tests/library/compatibility/ya.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/tests/library/compatibility/ya.make b/ydb/tests/library/compatibility/ya.make
index 19145918dd..1ead61b6f3 100644
--- a/ydb/tests/library/compatibility/ya.make
+++ b/ydb/tests/library/compatibility/ya.make
@@ -1,7 +1,7 @@
UNION()
RUN_PROGRAM(
- ydb/tests/library/compatibility/downloader stable-24-3/relwithdebinfo/ydbd ydbd-last-stable
+ ydb/tests/library/compatibility/downloader stable-24-3/release/ydbd ydbd-last-stable
OUT_NOAUTO ydbd-last-stable
)