Fix build

This commit is contained in:
Isaac 2025-05-16 22:25:54 +08:00
parent 98b05bfbc6
commit 6a7cc64883

View File

@ -518,6 +518,9 @@ def resolve_configuration(base_path, bazel_command_line: BazelCommandLine, argum
with open(configuration_repository_path + '/WORKSPACE', 'w+') as file:
pass
with open(configuration_repository_path + '/MODULE.bazel', 'w+') as file:
file.write('module(\n name = "build_configuration",\n)\n')
with open(configuration_repository_path + '/BUILD', 'w+') as file:
pass