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.
2 parents 4fbee45 + 276937b commit 245514cCopy full SHA for 245514c
utils/build-presets.ini
@@ -1957,7 +1957,9 @@ mixin-preset=mixin_swiftpm_linux_platform
1957
1958
# Build Release without debug info, because it is faster to build.
1959
release
1960
+# work around https://github.com/swiftlang/swift/issues/81144
1961
assertions
1962
+no-swift-stdlib-assertions
1963
1964
# Downstream projects that import llbuild+SwiftPM.
1965
sourcekit-lsp
@@ -1969,6 +1971,7 @@ skip-test-toolchain-benchmarks
1969
1971
1970
1972
skip-test-llbuild
1973
1974
+
1975
#===------------------------------------------------------------------------===#
1976
# Test llbuild on macOS builder
1977
0 commit comments