Skip to content

Commit 245514c

Browse files
authored
Merge pull request #81513 from bkhouri/t/6.2/disable_assertion
[6.2] preset: build swift with no assertion for swiftpm on linux
2 parents 4fbee45 + 276937b commit 245514c

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

19581958
# Build Release without debug info, because it is faster to build.
19591959
release
1960+
# work around https://github.com/swiftlang/swift/issues/81144
19601961
assertions
1962+
no-swift-stdlib-assertions
19611963

19621964
# Downstream projects that import llbuild+SwiftPM.
19631965
sourcekit-lsp
@@ -1969,6 +1971,7 @@ skip-test-toolchain-benchmarks
19691971

19701972
skip-test-llbuild
19711973

1974+
19721975
#===------------------------------------------------------------------------===#
19731976
# Test llbuild on macOS builder
19741977
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)