Skip to content

Commit 0d73ad2

Browse files
committed
Do Not Merge: generate toolchain with NoncopyableGenerics
1 parent bf8f9ac commit 0d73ad2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

utils/build-presets.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,6 +1300,9 @@ build-swift-stdlib-unittest-extra
13001300
# Don't build the benchmarks
13011301
skip-build-benchmarks
13021302

1303+
enable-experimental-noncopyable-generics=1
1304+
bootstrapping=hosttools
1305+
13031306
# When building for an Xcode toolchain, don't copy the Swift Resource/ directory
13041307
# into the LLDB.framework. LLDB.framework will be installed alongside a Swift
13051308
# compiler, so LLDB should use its resource directory directly.
@@ -1383,7 +1386,6 @@ darwin-toolchain-require-use-os-runtime=1
13831386
[preset: buildbot_osx_package]
13841387
mixin-preset=
13851388
mixin_osx_package_base
1386-
mixin_osx_package_test
13871389
mixin_lightweight_assertions,no-stdlib-asserts
13881390

13891391
# SKIP LLDB TESTS (67923799)
@@ -1402,7 +1404,7 @@ mixin-preset=
14021404
[preset: buildbot_osx_package,no_assertions]
14031405
mixin-preset=
14041406
mixin_osx_package_base
1405-
mixin_osx_package_test
1407+
# mixin_osx_package_test
14061408

14071409
no-assertions
14081410

0 commit comments

Comments
 (0)