Skip to content

Commit cb1aa88

Browse files
committed
Merge pull request #248 from RLovelett/python3-build-presets
Remove duplicate build preset declarations
2 parents a04a557 + 913e76c commit cb1aa88

File tree

1 file changed

+0
-46
lines changed

1 file changed

+0
-46
lines changed

utils/build-presets.ini

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -52,52 +52,6 @@ installable-package=%(installable_package)s
5252
# If someone uses this for incremental builds, force reconfiguration.
5353
reconfigure
5454

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-
10155
[preset: buildbot,tools=RA,stdlib=RD,test=no]
10256
mixin-preset=
10357
mixin_buildbot_trunk_base

0 commit comments

Comments
 (0)