Skip to content

Commit ecfd7a9

Browse files
beccadaxaciidgh
authored andcommitted
Bootstrap PackageDescription with -module-cache-path
1 parent e14b29b commit ecfd7a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Utilities/bootstrap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,8 @@ def process_runtime_libraries(build, args, lib_path):
682682
tf = tempfile.NamedTemporaryFile(suffix=".swift")
683683
cmd += [tf.name]
684684

685+
cmd.extend(["-module-cache-path", os.path.join(args.sandbox_path, "ModuleCache")])
686+
685687
subprocess.check_call(cmd)
686688
return (runtime_module_path, runtime_swiftdoc_path, runtime_lib_path)
687689

0 commit comments

Comments
 (0)