Skip to content

Commit 5684f20

Browse files
authored
[Rootfs] Add LLVM 12 (#155)
1 parent fe79875 commit 5684f20

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

Artifacts.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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"]]
23782400
arch = "x86_64"
23792401
git-tree-sha1 = "474b55ee699607660a7375f4e38afc9a76583c41"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BinaryBuilderBase"
22
uuid = "7f725544-6523-48cd-82d1-3fa08ff4056e"
33
authors = ["Elliot Saba <[email protected]>"]
4-
version = "0.6.8"
4+
version = "0.6.9"
55

66
[deps]
77
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"

src/Rootfs.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
"""

0 commit comments

Comments
 (0)