Skip to content

Commit 06221ad

Browse files
committed
build-presets: remove -sil-verify-all from PR testing
Building the stdlibs with -sil-verify-all takes a very long time. To speed up PR testing, don't build with -sil-verify-all. Note that we still have pther jobs with -sil-verify-all to catch seldom regressions which are not caught with the standard verification.
1 parent a541c83 commit 06221ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

utils/build-presets.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,9 +1600,6 @@ skip-build-tvos
16001600
skip-test-tvos
16011601
skip-test-tvos-host
16021602

1603-
# Run the SIL verifier after each transform when building swift files
1604-
sil-verify-all
1605-
16061603
# Don't run host tests for iOS, tvOS and watchOS platforms to make the build
16071604
# faster.
16081605
skip-test-ios-host

0 commit comments

Comments
 (0)