Skip to content

Commit

Permalink
Update build_tarballs.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy authored May 10, 2022
1 parent e020a34 commit f530741
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .packaging/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ augment_platform_block = """
# determine exactly which tarballs we should build
builds = []
for llvm_version in llvm_versions, llvm_assertions in (false, true)
if llvm_version == v"11.0.1" && llvm_assertions
continue # Does not have Clang available
end
# Dependencies that must be installed before this package can be built
llvm_name = llvm_assertions ? "LLVM_full_assert_jll" : "LLVM_full_jll"
dependencies = [
Expand Down

0 comments on commit f530741

Please sign in to comment.