We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2141176 commit 23085baCopy full SHA for 23085ba
generate_cmake
@@ -185,7 +185,7 @@ if __name__ == "__main__":
185
186
# In original script there are targets kikimr/docs/ru/docs_oss ydb ydb/tests/oss/launch library/cpp/actors tools/rescompiler/bin
187
generate_graph_command = f'{ymake_binary_path} --build-root "{ydb_tmp_folder_path}" --config "{dump_export_path}"\
188
- --plugins-root "{plugins_folder_path}" --xs --xx --sem-graph --keep-going\
+ --plugins-root "{plugins_folder_path}" --xs --xx --sem-graph --keep-going --foreign-on-nosem\
189
ydb ydb/tests/oss/launch tools/rescompiler/bin > {graph_export_path}'
190
print(f"Generate graph command {generate_graph_command}")
191
0 commit comments