Skip to content

Commit 68c431e

Browse files
committed
[build] Build the SourceKit stress tester and SwiftEvolve next to each other
It doesn’t really matter but the SourceKit stress tester and SwiftEvolve share the same repo and have a very similar build architecture and they should be build next to each other by build-script.
1 parent 365d56f commit 68c431e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/swift_build_support/swift_build_support/build_script_invocation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,10 +634,10 @@ def compute_product_pipelines(self):
634634
is_enabled=self.args.build_swiftpm)
635635
builder.add_product(products.SwiftSyntax,
636636
is_enabled=self.args.build_swiftsyntax)
637-
builder.add_product(products.SKStressTester,
638-
is_enabled=self.args.build_skstresstester)
639637
builder.add_product(products.SwiftFormat,
640638
is_enabled=self.args.build_swiftformat)
639+
builder.add_product(products.SKStressTester,
640+
is_enabled=self.args.build_skstresstester)
641641
builder.add_product(products.SwiftEvolve,
642642
is_enabled=self.args.build_swiftevolve)
643643
builder.add_product(products.IndexStoreDB,

0 commit comments

Comments
 (0)