We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b0070 commit 276937bCopy full SHA for 276937b
utils/build-presets.ini
@@ -1944,7 +1944,9 @@ mixin-preset=mixin_swiftpm_linux_platform
1944
1945
# Build Release without debug info, because it is faster to build.
1946
release
1947
+# work around https://github.com/swiftlang/swift/issues/81144
1948
assertions
1949
+no-swift-stdlib-assertions
1950
1951
# Downstream projects that import llbuild+SwiftPM.
1952
sourcekit-lsp
@@ -1956,6 +1958,7 @@ skip-test-toolchain-benchmarks
1956
1958
1957
1959
skip-test-llbuild
1960
1961
+
1962
#===------------------------------------------------------------------------===#
1963
# Test llbuild on macOS builder
1964
0 commit comments