Skip to content

Commit dc7e937

Browse files
committed
preset: build with no assertion for swiftpm on linux
To work around #81144, build the Swift PM linux pseudo-toolchain without assertion
1 parent c8f1de2 commit dc7e937

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

utils/build-presets.ini

Lines changed: 4 additions & 1 deletion
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-
assertions
1948+
# work around https://github.com/swiftlang/swift/issues/81144
1949+
--no-assertions
1950+
#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)