File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1300,6 +1300,9 @@ build-swift-stdlib-unittest-extra
13001300# Don't build the benchmarks
13011301skip-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]
13841387mixin-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]
14031405mixin-preset =
14041406 mixin_osx_package_base
1405- mixin_osx_package_test
1407+ # mixin_osx_package_test
14061408
14071409no-assertions
14081410
You can’t perform that action at this time.
0 commit comments