Skip to content

Commit fb438e0

Browse files
authored
Merge pull request #68074 from bnbarham/disable-early-swift
[Presets] Disable early* on more Linux presets
2 parents 2dda257 + 42683bc commit fb438e0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

utils/build-presets.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,6 +1149,10 @@ reconfigure
11491149
# in Linux CI bots
11501150
relocate-xdg-cache-home-under-build-subdir
11511151

1152+
# Temporarily disable early swift driver/syntax builds so that linux images
1153+
# can use the swift release images as a base.
1154+
skip-early-swift-driver
1155+
skip-early-swiftsyntax
11521156

11531157
[preset: buildbot_incremental_linux]
11541158
mixin-preset=
@@ -2906,3 +2910,8 @@ skip-test-cmark
29062910
skip-test-swift
29072911
skip-build-benchmarks
29082912
skip-test-foundation
2913+
2914+
# Temporarily disable early swift driver/syntax builds so that linux images
2915+
# can use the swift release images as a base.
2916+
skip-early-swift-driver
2917+
skip-early-swiftsyntax

0 commit comments

Comments
 (0)