Skip to content

Commit

Permalink
Merge d08a216 into 0c7bae3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexv-smirnov authored Jul 1, 2024
2 parents 0c7bae3 + d08a216 commit 10e772f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ydb/apps/ydb/main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <ydb/apps/ydb/commands/ydb_cloud_root.h>
#include <ydb/public/lib/ydb_cli/commands/ydb_service_topic.h>

// trigger check
TVector<NYdb::NTopic::ECodec> NYdb::NConsoleClient::InitAllowedCodecs() {
return TVector<NYdb::NTopic::ECodec>{
NYdb::NTopic::ECodec::RAW,
Expand Down
2 changes: 2 additions & 0 deletions ydb/library/actors/protos/ya.make
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
PROTO_LIBRARY()

# trigger rebuild

SRCS(
actors.proto
interconnect.proto
Expand Down

0 comments on commit 10e772f

Please sign in to comment.