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"
2374
2374
sha256 = " fc9a3d15aca56d332cfa3caeba1a7bd6482cf1a82ef55ba53419a976c6a4e9e3"
2375
2375
url = " https://github.com/JuliaPackaging/Yggdrasil/releases/download/LLVMBootstrap-v11.0.1/LLVMBootstrap.v11.0.1.x86_64-linux-musl.unpacked.tar.gz"
2376
2376
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
+
2377
2399
[["LLVMBootstrap .v6 .0 .1 .x86_64-linux-musl .squashfs" ]]
2378
2400
arch = " x86_64"
2379
2401
git-tree-sha1 = " 474b55ee699607660a7375f4e38afc9a76583c41"
Original file line number Diff line number Diff line change 1
1
name = " BinaryBuilderBase"
2
2
uuid = " 7f725544-6523-48cd-82d1-3fa08ff4056e"
3
3
authors = [
" Elliot Saba <[email protected] >" ]
4
- version = " 0.6.8 "
4
+ version = " 0.6.9 "
5
5
6
6
[deps ]
7
7
CodecZlib = " 944b1d66-785c-5afd-91f1-9de20f533193"
Original file line number Diff line number Diff line change @@ -391,6 +391,7 @@ const available_llvm_builds = [
391
391
LLVMBuild (v " 8.0.1" ),
392
392
LLVMBuild (v " 9.0.1" ),
393
393
LLVMBuild (v " 11.0.1" ),
394
+ LLVMBuild (v " 12.0.0" ),
394
395
]
395
396
396
397
"""
You can’t perform that action at this time.
0 commit comments