Skip to content

Commit 276937b

Browse files
committed
preset: build swift with no assertion for swiftpm on linux
To work around #81144, do not build swift with assertions for the SwiftPM on linux. (cherry picked from commit 3c363d5)
1 parent 54b0070 commit 276937b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/build-presets.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1944,7 +1944,9 @@ mixin-preset=mixin_swiftpm_linux_platform
19441944

19451945
# Build Release without debug info, because it is faster to build.
19461946
release
1947+
# work around https://github.com/swiftlang/swift/issues/81144
19471948
assertions
1949+
no-swift-stdlib-assertions
19481950

19491951
# Downstream projects that import llbuild+SwiftPM.
19501952
sourcekit-lsp
@@ -1956,6 +1958,7 @@ skip-test-toolchain-benchmarks
19561958

19571959
skip-test-llbuild
19581960

1961+
19591962
#===------------------------------------------------------------------------===#
19601963
# Test llbuild on macOS builder
19611964
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)