Skip to content

Commit

Permalink
Pregenerate ydb/core/base/generated for cmake build (#10699)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexv-smirnov authored Oct 22, 2024
1 parent 2c27e6f commit 997b273
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sync_cmakebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
echo "Merge did not bring any changes, exiting"
exit
fi
# Generate ydb/core/base/generate with python codegen under ya
./ya make ydb/core/base/generated/
ydb/core/base/generated/codegen/codegen ydb/core/base/generated/runtime_feature_flags.h.in ydb/core/base/generated/runtime_feature_flags.h
ydb/core/base/generated/codegen/codegen ydb/core/base/generated/runtime_feature_flags.cpp.in ydb/core/base/generated/runtime_feature_flags.cpp
# Generate cmakelists using pregenerated ydb/core/base/generated/runtime_feature_flags.*
./generate_cmake -k
echo ${mainsha} > ydb/ci/cmakegen.txt
git add .
Expand Down

0 comments on commit 997b273

Please sign in to comment.