Skip to content

Commit ce2635b

Browse files
authored
Merge pull request #68562 from ahoppen/ahoppen/stress-tester-and-swift-evolve
[build] Build the SourceKit stress tester and SwiftEvolve next to each other
2 parents 6170714 + 68c431e commit ce2635b

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
@@ -629,10 +629,10 @@ def compute_product_pipelines(self):
629629
is_enabled=self.args.build_swiftpm)
630630
builder.add_product(products.SwiftSyntax,
631631
is_enabled=self.args.build_swiftsyntax)
632-
builder.add_product(products.SKStressTester,
633-
is_enabled=self.args.build_skstresstester)
634632
builder.add_product(products.SwiftFormat,
635633
is_enabled=self.args.build_swiftformat)
634+
builder.add_product(products.SKStressTester,
635+
is_enabled=self.args.build_skstresstester)
636636
builder.add_product(products.SwiftEvolve,
637637
is_enabled=self.args.build_swiftevolve)
638638
builder.add_product(products.IndexStoreDB,

0 commit comments

Comments
 (0)