Skip to content

Commit 985cef5

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 f5087c4 commit 985cef5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils/build-presets.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1945,7 +1945,8 @@ 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+
#assertions
19491950

19501951
# Downstream projects that import llbuild+SwiftPM.
19511952
sourcekit-lsp
@@ -1957,6 +1958,7 @@ skip-test-toolchain-benchmarks
19571958

19581959
skip-test-llbuild
19591960

1961+
19601962
#===------------------------------------------------------------------------===#
19611963
# Test llbuild on macOS builder
19621964
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)