Skip to content

Commit 253bf92

Browse files
authored
Merge pull request #23079 from benlangmuir/spm-pre-51
[5.1] [swiftpm] Add preset for SwiftPM Linux build
2 parents 210c60d + ab74bb5 commit 253bf92

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

utils/build-presets.ini

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,6 +1386,33 @@ skip-test-swift
13861386
skip-test-cmark
13871387
skip-test-llbuild
13881388

1389+
#===------------------------------------------------------------------------===#
1390+
# Test swiftPM on Linux builder
1391+
#===------------------------------------------------------------------------===#
1392+
1393+
[preset: buildbot_swiftpm_linux_platform,tools=RA,stdlib=RA]
1394+
mixin-preset=buildbot_incremental_base
1395+
1396+
build-subdir=buildbot_incremental
1397+
1398+
# Build Release without debug info, because it is faster to build.
1399+
release
1400+
assertions
1401+
1402+
swiftpm
1403+
1404+
xctest
1405+
foundation
1406+
libdispatch
1407+
llbuild
1408+
1409+
skip-test-swift
1410+
skip-test-cmark
1411+
skip-test-llbuild
1412+
skip-test-libdispatch
1413+
skip-test-foundation
1414+
skip-test-xctest
1415+
13891416
#===------------------------------------------------------------------------===#
13901417
# Test llbuild on macOS builder
13911418
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)