Skip to content

Commit 23085ba

Browse files
authored
Add --foreign-on-nosem for generate sem-graphs (#15331)
1 parent 2141176 commit 23085ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ if __name__ == "__main__":
185185

186186
# In original script there are targets kikimr/docs/ru/docs_oss ydb ydb/tests/oss/launch library/cpp/actors tools/rescompiler/bin
187187
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\
188+
--plugins-root "{plugins_folder_path}" --xs --xx --sem-graph --keep-going --foreign-on-nosem\
189189
ydb ydb/tests/oss/launch tools/rescompiler/bin > {graph_export_path}'
190190
print(f"Generate graph command {generate_graph_command}")
191191

0 commit comments

Comments
 (0)