diff options
| author | alexv-smirnov <[email protected]> | 2023-11-07 20:15:15 +0300 |
|---|---|---|
| committer | alexv-smirnov <[email protected]> | 2023-11-07 20:52:42 +0300 |
| commit | f26b6b9e264d069c25367d223450acd4235417df (patch) | |
| tree | ad9698d51059a8a7cac3de301aad18cb123d6c3a | |
| parent | 3a828dcd521db95b21762d7dc16103fe47bc0294 (diff) | |
2 minutes delay to confirm Failure status
| -rw-r--r-- | ydb/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | ydb/epilogue.cmake | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/ydb/CMakeLists.txt b/ydb/CMakeLists.txt index 504fa349c7b..066036e84b3 100644 --- a/ydb/CMakeLists.txt +++ b/ydb/CMakeLists.txt @@ -14,8 +14,6 @@ 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 e81eaa504f3..97ef638b67f 100644 --- a/ydb/epilogue.cmake +++ b/ydb/epilogue.cmake @@ -1,7 +1,5 @@ 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 |
