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 e020a34 commit f530741Copy full SHA for f530741
.packaging/build_tarballs.jl
@@ -78,6 +78,9 @@ augment_platform_block = """
78
# determine exactly which tarballs we should build
79
builds = []
80
for llvm_version in llvm_versions, llvm_assertions in (false, true)
81
+ if llvm_version == v"11.0.1" && llvm_assertions
82
+ continue # Does not have Clang available
83
+ end
84
# Dependencies that must be installed before this package can be built
85
llvm_name = llvm_assertions ? "LLVM_full_assert_jll" : "LLVM_full_jll"
86
dependencies = [
0 commit comments