File tree Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -2374,6 +2374,28 @@ os = "linux"
23742374 sha256 = " fc9a3d15aca56d332cfa3caeba1a7bd6482cf1a82ef55ba53419a976c6a4e9e3"
23752375 url = " https://github.com/JuliaPackaging/Yggdrasil/releases/download/LLVMBootstrap-v11.0.1/LLVMBootstrap.v11.0.1.x86_64-linux-musl.unpacked.tar.gz"
23762376
2377+ [["LLVMBootstrap .v12 .0 .0 .x86_64-linux-musl .squashfs" ]]
2378+ arch = " x86_64"
2379+ git-tree-sha1 = " 51717be64942c49ac5fe6931f87f61d7536f3ad0"
2380+ lazy = true
2381+ libc = " musl"
2382+ os = " linux"
2383+
2384+ [["LLVMBootstrap .v12 .0 .0 .x86_64-linux-musl .squashfs" .download ]]
2385+ sha256 = " b062061f24fdcd29ea2ca1428c4c62dae0ef67d8e3a215f5a0047a40fb8e45de"
2386+ url = " https://github.com/JuliaPackaging/Yggdrasil/releases/download/LLVMBootstrap-v12.0.0/LLVMBootstrap.v12.0.0.x86_64-linux-musl.squashfs.tar.gz"
2387+
2388+ [["LLVMBootstrap .v12 .0 .0 .x86_64-linux-musl .unpacked" ]]
2389+ arch = " x86_64"
2390+ git-tree-sha1 = " aac62b1de8767c6b83ea3e15753a06afdad87e43"
2391+ lazy = true
2392+ libc = " musl"
2393+ os = " linux"
2394+
2395+ [["LLVMBootstrap .v12 .0 .0 .x86_64-linux-musl .unpacked" .download ]]
2396+ sha256 = " 13f5be5666132270df5cf2450cfb525eeba02e6ce6348d4c7407677daf28c705"
2397+ url = " https://github.com/JuliaPackaging/Yggdrasil/releases/download/LLVMBootstrap-v12.0.0/LLVMBootstrap.v12.0.0.x86_64-linux-musl.unpacked.tar.gz"
2398+
23772399[["LLVMBootstrap .v6 .0 .1 .x86_64-linux-musl .squashfs" ]]
23782400arch = " x86_64"
23792401git-tree-sha1 = " 474b55ee699607660a7375f4e38afc9a76583c41"
Original file line number Diff line number Diff line change 11name = " BinaryBuilderBase"
22uuid = " 7f725544-6523-48cd-82d1-3fa08ff4056e"
33authors = [
" Elliot Saba <[email protected] >" ]
4- version = " 0.6.8 "
4+ version = " 0.6.9 "
55
66[deps ]
77CodecZlib = " 944b1d66-785c-5afd-91f1-9de20f533193"
Original file line number Diff line number Diff line change @@ -391,6 +391,7 @@ const available_llvm_builds = [
391391 LLVMBuild (v " 8.0.1" ),
392392 LLVMBuild (v " 9.0.1" ),
393393 LLVMBuild (v " 11.0.1" ),
394+ LLVMBuild (v " 12.0.0" ),
394395]
395396
396397"""
You can’t perform that action at this time.
0 commit comments