Skip to content

Commit 8ea2b26

Browse files
authored
[SwiftPM] Pass --reconfigure when building swiftpm
This should help in avoiding incremental build issues on the CI <rdar://problem/58287933> PR test failure to build swiftpm
1 parent 475b559 commit 8ea2b26

File tree

1 file changed

+1
-1
lines changed
  • utils/swift_build_support/swift_build_support/products

1 file changed

+1
-1
lines changed

utils/swift_build_support/swift_build_support/products/swiftpm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def run_bootstrap_script(self, action, host_target, additional_params=[]):
5858
shell.call(helper_cmd)
5959

6060
def build(self, host_target):
61-
self.run_bootstrap_script('build', host_target)
61+
self.run_bootstrap_script('build', host_target, ["--reconfigure"])
6262

6363
def should_test(self, host_target):
6464
return self.args.test_swiftpm

0 commit comments

Comments
 (0)