We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5087c4 commit 985cef5Copy full SHA for 985cef5
utils/build-presets.ini
@@ -1945,7 +1945,8 @@ mixin-preset=mixin_swiftpm_linux_platform
1945
1946
# Build Release without debug info, because it is faster to build.
1947
release
1948
-assertions
+# work around https://github.com/swiftlang/swift/issues/81144
1949
+#assertions
1950
1951
# Downstream projects that import llbuild+SwiftPM.
1952
sourcekit-lsp
@@ -1957,6 +1958,7 @@ skip-test-toolchain-benchmarks
1957
1958
1959
skip-test-llbuild
1960
1961
+
1962
#===------------------------------------------------------------------------===#
1963
# Test llbuild on macOS builder
1964
0 commit comments