Skip to content

Commit 8292da3

Browse files
asowaniCodaFi
authored andcommitted
ppc64le custom presets.
1 parent 4c2254b commit 8292da3

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

utils/build-presets.ini

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2168,3 +2168,52 @@ mixin-preset=stdlib_DA_standalone,build
21682168

21692169
test
21702170
validation-test
2171+
2172+
#===------------------------------------------------------------------------===#
2173+
# ppc64le, with tests
2174+
#===------------------------------------------------------------------------===#
2175+
[preset: buildbot_linux_ppc64le]
2176+
no-assertions
2177+
release
2178+
test
2179+
validation-test
2180+
lit-args=-v
2181+
build-subdir=buildbot_incremental
2182+
llbuild
2183+
swiftpm
2184+
xctest
2185+
foundation
2186+
libdispatch
2187+
2188+
dash-dash
2189+
2190+
reconfigure
2191+
2192+
#===------------------------------------------------------------------------===#
2193+
# ppc64le, no tests
2194+
#===------------------------------------------------------------------------===#
2195+
[preset: buildbot_linux_ppc64le,no_test]
2196+
no-assertions
2197+
debug
2198+
validation-test
2199+
lit-args=-v
2200+
build-subdir=buildbot_incremental
2201+
llbuild
2202+
swiftpm
2203+
xctest
2204+
foundation
2205+
libdispatch
2206+
2207+
dash-dash
2208+
2209+
reconfigure
2210+
skip-test-cmark
2211+
skip-test-lldb
2212+
skip-test-swift
2213+
skip-test-llbuild
2214+
skip-test-swiftpm
2215+
skip-test-xctest
2216+
skip-test-foundation
2217+
skip-test-libdispatch
2218+
skip-test-playgroundsupport
2219+
skip-test-libicu

0 commit comments

Comments
 (0)