diff options
author | Maxim Yurchuk <maxim-yurchuk@ydb.tech> | 2024-12-12 15:00:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-12 15:00:43 +0000 |
commit | 42701242eaf5be980cb935631586d0e90b82641c (patch) | |
tree | 6dbf5fcd37d3c16591e196c4a69d166e3ab3a398 /yql/essentials/ast/ya.make | |
parent | 7f5a9f394dbd9ac290cabbb7977538656b3a541e (diff) | |
parent | f7c04b5876af3d16849ab5e3079c0eabbd4e3a00 (diff) | |
download | ydb-42701242eaf5be980cb935631586d0e90b82641c.tar.gz |
Merge pull request #12554 from vitalyisaev2/YQ-3839.with_rightlib.3
Import from Arcadia + YDB FQ: turning gateways_config.proto into a file without external dependencies
Diffstat (limited to 'yql/essentials/ast/ya.make')
-rw-r--r-- | yql/essentials/ast/ya.make | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yql/essentials/ast/ya.make b/yql/essentials/ast/ya.make index 04b39457a0..58c21a1d7f 100644 --- a/yql/essentials/ast/ya.make +++ b/yql/essentials/ast/ya.make @@ -41,6 +41,8 @@ PEERDIR( yql/essentials/parser/pg_catalog ) +YQL_LAST_ABI_VERSION() + END() RECURSE_FOR_TESTS( |