Skip to content

Commit e7286d0

Browse files
authored
[RootFS] Update to new build (#215)
Changes: * updated Alpine Linux base image to v3.15.0 * updated Meson to v0.61.1 * updated patchelf to v0.14.3 * removed `unrar` from the base image (it isn't available in Alpine Linux 3.15.0) * improved `flagon` script to deal with `-Wl` flags
1 parent 01630b1 commit e7286d0

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Artifacts.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2792,27 +2792,27 @@ os = "linux"
27922792
sha256 = "5cc8c42875360e9ff28e49135556363bdb43a837d660fbd86fafe64529d2abcd"
27932793
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/PlatformSupport-v2021.8.10/PlatformSupport-x86_64-w64-mingw32.v2021.8.10.x86_64-linux-musl.unpacked.tar.gz"
27942794

2795-
[["Rootfs.v2021.7.13.x86_64-linux-musl.squashfs"]]
2795+
[["Rootfs.v2022.2.5.x86_64-linux-musl.squashfs"]]
27962796
arch = "x86_64"
2797-
git-tree-sha1 = "5795ee9f2eca2284bfb80611ac2accfc89998e0b"
2797+
git-tree-sha1 = "45bebe2108ea52c92941030d319eb414727f84dc"
27982798
lazy = true
27992799
libc = "musl"
28002800
os = "linux"
28012801

2802-
[["Rootfs.v2021.7.13.x86_64-linux-musl.squashfs".download]]
2803-
sha256 = "1bb755ffdf003fa1a1457cfbc3ad44e770038181e5a1138a54b0d60de507f692"
2804-
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/Rootfs-v2021.7.13/Rootfs.v2021.7.13.x86_64-linux-musl.squashfs.tar.gz"
2802+
[["Rootfs.v2022.2.5.x86_64-linux-musl.squashfs".download]]
2803+
sha256 = "863437794e9c7a5e7962648ae25008b592bf0cc5b275669f19bc5d8b89c89e12"
2804+
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/Rootfs-v2022.2.5/Rootfs.v2022.2.5.x86_64-linux-musl.squashfs.tar.gz"
28052805

2806-
[["Rootfs.v2021.7.13.x86_64-linux-musl.unpacked"]]
2806+
[["Rootfs.v2022.2.5.x86_64-linux-musl.unpacked"]]
28072807
arch = "x86_64"
2808-
git-tree-sha1 = "56df63e8265adb2316d6599632113da025545434"
2808+
git-tree-sha1 = "34dae1bda740e22fb6bb40b54c6fac8ebd6ce7a3"
28092809
lazy = true
28102810
libc = "musl"
28112811
os = "linux"
28122812

2813-
[["Rootfs.v2021.7.13.x86_64-linux-musl.unpacked".download]]
2814-
sha256 = "aa5aef6b4c68b28c135da87d3d0169e142a84b89d556748f3f37d30355b9ca17"
2815-
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/Rootfs-v2021.7.13/Rootfs.v2021.7.13.x86_64-linux-musl.unpacked.tar.gz"
2813+
[["Rootfs.v2022.2.5.x86_64-linux-musl.unpacked".download]]
2814+
sha256 = "1df8588e642ce3efb26076fabf43dcdbcbfa8e509a8e980d890a649728efee52"
2815+
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/Rootfs-v2022.2.5/Rootfs.v2022.2.5.x86_64-linux-musl.unpacked.tar.gz"
28162816

28172817
[["RustBase.v1.57.0.x86_64-linux-musl.squashfs"]]
28182818
arch = "x86_64"

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.4.0"
4+
version = "1.5.0"
55

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

src/Rootfs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ consists of four shards, but that may not always be the case.
521521
"""
522522
function choose_shards(p::AbstractPlatform;
523523
compilers::Vector{Symbol} = [:c],
524-
rootfs_build::VersionNumber=v"2021.7.13",
524+
rootfs_build::VersionNumber=v"2022.2.5",
525525
ps_build::VersionNumber=v"2021.08.10",
526526
GCC_builds::Vector{GCCBuild}=available_gcc_builds,
527527
LLVM_builds::Vector{LLVMBuild}=available_llvm_builds,

0 commit comments

Comments
 (0)