@@ -52,52 +52,6 @@ installable-package=%(installable_package)s
52
52
# If someone uses this for incremental builds, force reconfiguration.
53
53
reconfigure
54
54
55
-
56
- [preset: buildbot,tools=RA,stdlib=DA]
57
- mixin-preset =
58
- mixin_buildbot_trunk_base
59
- mixin_buildbot_install_components
60
-
61
- # Build Release without debug info, because it is faster to build.
62
- release
63
- assertions
64
-
65
- dash-dash
66
-
67
- swift-stdlib-build-type =Debug
68
- swift-stdlib-enable-assertions =true
69
-
70
- [preset: buildbot,tools=RA,stdlib=RD]
71
- mixin-preset =
72
- mixin_buildbot_trunk_base
73
- mixin_buildbot_install_components
74
-
75
- # Build Release without debug info, because it is faster to build.
76
- release
77
- assertions
78
-
79
- dash-dash
80
-
81
- swift-stdlib-build-type =RelWithDebInfo
82
- swift-stdlib-enable-assertions =false
83
-
84
- [preset: buildbot,tools=RA,stdlib=RDA]
85
- mixin-preset =
86
- mixin_buildbot_trunk_base
87
- mixin_buildbot_install_components
88
-
89
- # Build Release without debug info, because it is faster to build.
90
- release
91
- assertions
92
-
93
- dash-dash
94
-
95
- swift-stdlib-build-type =RelWithDebInfo
96
- swift-stdlib-enable-assertions =true
97
-
98
- # This is a release non-incremental build. Run sil-verify-all.
99
- sil-verify-all
100
-
101
55
[preset: buildbot,tools=RA,stdlib=RD,test=no]
102
56
mixin-preset =
103
57
mixin_buildbot_trunk_base
0 commit comments