File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
swift_build_support/swift_build_support/products Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -1710,15 +1710,15 @@ mixin-preset=mixin_swiftpm_package_macos_platform
1710
1710
release
1711
1711
assertions
1712
1712
swiftsyntax
1713
- swiftsyntax-verify-generated-files
1713
+ skip-test-swiftsyntax
1714
1714
swiftformat
1715
1715
1716
1716
[preset: buildbot_swiftformat_linux]
1717
1717
mixin-preset =mixin_swiftpm_package_linux_platform
1718
1718
release
1719
1719
assertions
1720
1720
swiftsyntax
1721
- swiftsyntax-verify-generated-files
1721
+ skip-test-swiftsyntax
1722
1722
swiftformat
1723
1723
1724
1724
# ===------------------------------------------------------------------------===#
Original file line number Diff line number Diff line change @@ -47,9 +47,6 @@ def is_build_script_impl_product(cls):
47
47
def is_swiftpm_unified_build_product (cls ):
48
48
return True
49
49
50
- def package_name (self ):
51
- return 'SwiftFormat'
52
-
53
50
def run_build_script_helper (self , action , additional_params = []):
54
51
script_path = os .path .join (
55
52
self .source_dir , 'build-script-helper.py' )
You can’t perform that action at this time.
0 commit comments