Skip to content

Commit 3c363d5

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.
1 parent 3cad5c5 commit 3c363d5

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
@@ -1945,7 +1945,9 @@ mixin-preset=mixin_swiftpm_linux_platform
19451945

19461946
# Build Release without debug info, because it is faster to build.
19471947
release
1948+
# work around https://github.com/swiftlang/swift/issues/81144
19481949
assertions
1950+
no-swift-stdlib-assertions
19491951

19501952
# Downstream projects that import llbuild+SwiftPM.
19511953
sourcekit-lsp
@@ -1957,6 +1959,7 @@ skip-test-toolchain-benchmarks
19571959

19581960
skip-test-llbuild
19591961

1962+
19601963
#===------------------------------------------------------------------------===#
19611964
# Test llbuild on macOS builder
19621965
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)