Browse Source

Add --foreign-on-nosem for generate sem-graphs (#15331)

Dmitrii Dmitriev 1 week ago
parent
commit
23085ba063
1 changed files with 1 additions and 1 deletions
  1. 1 1
      generate_cmake

+ 1 - 1
generate_cmake

@@ -185,7 +185,7 @@ if __name__ == "__main__":
 
         # In original script there are targets kikimr/docs/ru/docs_oss ydb ydb/tests/oss/launch library/cpp/actors tools/rescompiler/bin
         generate_graph_command = f'{ymake_binary_path} --build-root "{ydb_tmp_folder_path}" --config "{dump_export_path}"\
-            --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\
             ydb ydb/tests/oss/launch tools/rescompiler/bin > {graph_export_path}'
         print(f"Generate graph command {generate_graph_command}")