Skip to content

Commit 8d92911

Browse files
committed
Move cross compile mixin into swiftpm base only
This was erroneously added to mixin_swiftpm_base (the base of SwiftPM + *all* dependents) rather than SwiftPM's base only (mixin_swiftpm_macos_platform). Move it down.
1 parent 725bd91 commit 8d92911

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build-presets.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1846,14 +1846,15 @@ swift-testing-macros
18461846
install-swift-testing
18471847
install-swift-testing-macros
18481848

1849-
infer-cross-compile-hosts-on-darwin
18501849
skip-test-swift
18511850

18521851
[preset: mixin_swiftpm_macos_platform]
18531852
mixin-preset=
18541853
mixin_swiftpm_base
18551854
mixin_buildbot_install_components_with_clang
18561855

1856+
infer-cross-compile-hosts-on-darwin
1857+
18571858
[preset: mixin_swiftpm_linux_platform]
18581859
mixin-preset=
18591860
mixin_swiftpm_base

0 commit comments

Comments
 (0)