diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-11-07 20:52:26 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-11-07 21:25:39 +0300 |
commit | 872a1ea04c48329c8ab43f6486d9adfddcdf518f (patch) | |
tree | c53e56f8680644e746296ff70271fbf540c6b39b | |
parent | cac0310b68aefaabee0c522967ad7103dd635f6a (diff) | |
download | ydb-872a1ea04c48329c8ab43f6486d9adfddcdf518f.tar.gz |
Blacklist pg
-rw-r--r-- | ydb/CMakeLists.txt | 1 | ||||
-rw-r--r-- | ydb/epilogue.cmake | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ydb/CMakeLists.txt b/ydb/CMakeLists.txt index 066036e84b..4a754caddf 100644 --- a/ydb/CMakeLists.txt +++ b/ydb/CMakeLists.txt @@ -14,6 +14,7 @@ add_subdirectory(services) add_subdirectory(tests) add_custom_target(ydb_py_protos) + add_custom_command( TARGET ydb_py_protos POST_BUILD COMMAND ${CMAKE_SOURCE_DIR}/ydb/tests/oss/launch/compile_protos.sh ${CMAKE_SOURCE_DIR} ydb library/cpp/actors diff --git a/ydb/epilogue.cmake b/ydb/epilogue.cmake index 97ef638b67..eec6cb7862 100644 --- a/ydb/epilogue.cmake +++ b/ydb/epilogue.cmake @@ -1,5 +1,6 @@ add_custom_target(ydb_py_protos) + add_custom_command( TARGET ydb_py_protos POST_BUILD COMMAND ${CMAKE_SOURCE_DIR}/ydb/tests/oss/launch/compile_protos.sh ${CMAKE_SOURCE_DIR} ydb library/cpp/actors |