Skip to content

Commit e98380c

Browse files
authored
Add a 'Minimal Mach-O arm64' build preset on top of the existing x86_64 one (#61831)
1 parent 121adf6 commit e98380c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

utils/build-presets.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2579,6 +2579,18 @@ mixin-preset=stdlib_S_standalone_minimal_macho_x86_64,build
25792579
test
25802580
validation-test
25812581

2582+
[preset: stdlib_S_standalone_minimal_macho_arm64,build]
2583+
mixin-preset=stdlib_S_standalone_minimal_macho_x86_64,build
2584+
stdlib-deployment-targets=freestanding-arm64
2585+
swift-primary-variant-arch=arm64
2586+
swift-freestanding-archs=arm64
2587+
2588+
[preset: stdlib_S_standalone_minimal_macho_arm64,build,test]
2589+
mixin-preset=stdlib_S_standalone_minimal_macho_arm64,build
2590+
2591+
test
2592+
validation-test
2593+
25822594
[preset: stdlib_S_standalone_darwin_x86_64,build]
25832595
mixin-preset=
25842596
stdlib_S_standalone,build

0 commit comments

Comments
 (0)