Skip to content

Commit 0520561

Browse files
committed
Add LLVM@9 shard
1 parent 8d34d65 commit 0520561

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Artifacts.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,6 +1516,28 @@ os = "linux"
15161516
sha256 = "f577f2d4e1adcbe0871d7f56ea7285dc9bcfee7de04aadb25a8c0255b43048e9"
15171517
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/LLVMBootstrap-v8.0.1+0/LLVMBootstrap.v8.0.1.x86_64-linux-musl.unpacked.tar.gz"
15181518

1519+
[["LLVMBootstrap.v9.0.1.x86_64-linux-musl.squashfs"]]
1520+
arch = "x86_64"
1521+
git-tree-sha1 = "ebfe91185b5c0c78355f3c72dfa81b5f4a071366"
1522+
lazy = true
1523+
libc = "musl"
1524+
os = "linux"
1525+
1526+
[["LLVMBootstrap.v9.0.1.x86_64-linux-musl.squashfs".download]]
1527+
sha256 = "93a77e38698c4745c13c7069ed68bf2f2efd082436991dae7031b0e09e85e5cb"
1528+
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/LLVMBootstrap-v9.0.1+0/LLVMBootstrap.v9.0.1.x86_64-linux-musl.squashfs.tar.gz"
1529+
1530+
[["LLVMBootstrap.v9.0.1.x86_64-linux-musl.unpacked"]]
1531+
arch = "x86_64"
1532+
git-tree-sha1 = "d6143763e96215a9e4b4e3da94e2273dd61efdc3"
1533+
lazy = true
1534+
libc = "musl"
1535+
os = "linux"
1536+
1537+
[["LLVMBootstrap.v9.0.1.x86_64-linux-musl.unpacked".download]]
1538+
sha256 = "1fe08128e8aede8ff3f04aa07c516f49076a0dd3f08b624dabbe90fea7493f7d"
1539+
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/LLVMBootstrap-v9.0.1+0/LLVMBootstrap.v9.0.1.x86_64-linux-musl.unpacked.tar.gz"
1540+
15191541
[["PlatformSupport-aarch64-linux-gnu.v2019.12.20.x86_64-linux-musl.squashfs"]]
15201542
arch = "x86_64"
15211543
git-tree-sha1 = "2ac862018830801080f6999344ed454c6684d923"

src/Rootfs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ function choose_shards(p::Platform;
348348
rootfs_build::VersionNumber=v"2019.11.22",
349349
ps_build::VersionNumber=v"2019.12.20",
350350
GCC_builds::Vector{VersionNumber}=[v"4.8.5", v"5.2.0", v"6.1.0", v"7.1.0", v"8.1.0"],
351-
LLVM_builds::Vector{VersionNumber}=[v"6.0.1", v"7.1.0", v"8.0.1"],
351+
LLVM_builds::Vector{VersionNumber}=[v"6.0.1", v"7.1.0", v"8.0.1", v"9.0.1"],
352352
Rust_build::VersionNumber=v"1.18.3",
353353
Go_build::VersionNumber=v"1.13",
354354
archive_type::Symbol = (use_squashfs ? :squashfs : :unpacked),

0 commit comments

Comments
 (0)