Skip to content

Commit ac68310

Browse files
maleadtgiordano
andauthored
Add bootstrap artifacts for LLVM 18. (#390)
* Add bootstrap artifacts for LLVM 18. * Bump version --------- Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
1 parent 719829f commit ac68310

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
@@ -3342,6 +3342,28 @@ os = "linux"
33423342
sha256 = "8041805f691382573cb84985d8645a6dfd8b9cd9391c4911501cf0dbcc8213e2"
33433343
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/LLVMBootstrap-v17.0.6/LLVMBootstrap.v17.0.6.x86_64-linux-musl.unpacked.tar.gz"
33443344

3345+
[["LLVMBootstrap.v18.1.7.x86_64-linux-musl.squashfs"]]
3346+
arch = "x86_64"
3347+
git-tree-sha1 = "56e29a15fa1dc3da79b6da7476b826c6a989eda3"
3348+
lazy = true
3349+
libc = "musl"
3350+
os = "linux"
3351+
3352+
[["LLVMBootstrap.v18.1.7.x86_64-linux-musl.squashfs".download]]
3353+
sha256 = "f8268c66097dc4bbd342fbc02c65b1e2cf882e32a06e2d5e93e634f76cf2f8f7"
3354+
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/LLVMBootstrap-v18.1.7/LLVMBootstrap.v18.1.7.x86_64-linux-musl.squashfs.tar.gz"
3355+
3356+
[["LLVMBootstrap.v18.1.7.x86_64-linux-musl.unpacked"]]
3357+
arch = "x86_64"
3358+
git-tree-sha1 = "ba75276dcd66d7dbc627c61fc86e6d6ea2d4cd31"
3359+
lazy = true
3360+
libc = "musl"
3361+
os = "linux"
3362+
3363+
[["LLVMBootstrap.v18.1.7.x86_64-linux-musl.unpacked".download]]
3364+
sha256 = "48619ac29449608f86bab79c798e597753a1a6cc398e818a602cc951b1e270d9"
3365+
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/LLVMBootstrap-v18.1.7/LLVMBootstrap.v18.1.7.x86_64-linux-musl.unpacked.tar.gz"
3366+
33453367
[["LLVMBootstrap.v6.0.1.x86_64-linux-musl.squashfs"]]
33463368
arch = "x86_64"
33473369
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 <staticfloat@gmail.com>"]
4-
version = "1.31.0"
4+
version = "1.32.0"
55

66
[deps]
77
Bzip2_jll = "6e34b625-4abd-537c-b88f-471c36dfa7a0"

0 commit comments

Comments
 (0)