Skip to content

Commit 5834830

Browse files
authored
Merge pull request #23078 from benlangmuir/spm-pre-50
[5.0] [swiftpm] Add preset for SwiftPM Linux build
2 parents 15148f1 + d247201 commit 5834830

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
@@ -1322,6 +1322,33 @@ skip-test-swift
13221322
skip-test-cmark
13231323
skip-test-llbuild
13241324

1325+
#===------------------------------------------------------------------------===#
1326+
# Test swiftPM on Linux builder
1327+
#===------------------------------------------------------------------------===#
1328+
1329+
[preset: buildbot_swiftpm_linux_platform,tools=RA,stdlib=RA]
1330+
mixin-preset=buildbot_incremental_base
1331+
1332+
build-subdir=buildbot_incremental
1333+
1334+
# Build Release without debug info, because it is faster to build.
1335+
release
1336+
assertions
1337+
1338+
swiftpm
1339+
1340+
xctest
1341+
foundation
1342+
libdispatch
1343+
llbuild
1344+
1345+
skip-test-swift
1346+
skip-test-cmark
1347+
skip-test-llbuild
1348+
skip-test-libdispatch
1349+
skip-test-foundation
1350+
skip-test-xctest
1351+
13251352
#===------------------------------------------------------------------------===#
13261353
# Test llbuild on macOS builder
13271354
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)