Skip to content

Commit 30a7e20

Browse files
authored
[Rootfs] Add new version of Rootfs (#100)
Most notable new features: * it has `samurai` instead of `ninja` (and `apk` commands don't break anymore) * a new version of `apk` is installed. The `apk` command is a wrapper which always pass the option `--no-chown` * new Cargo build test in the test suite
1 parent 0a5f010 commit 30a7e20

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Artifacts.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2424,27 +2424,27 @@ os = "linux"
24242424
sha256 = "cf7ca67248d275b98fd683d8937814d78249614adf75367c1d721470bb920354"
24252425
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/PlatformSupport-v2020.11.6/PlatformSupport-x86_64-w64-mingw32.v2020.11.6.x86_64-linux-musl.unpacked.tar.gz"
24262426

2427-
[["Rootfs.v2020.8.19.x86_64-linux-musl.squashfs"]]
2427+
[["Rootfs.v2021.1.12.x86_64-linux-musl.squashfs"]]
24282428
arch = "x86_64"
2429-
git-tree-sha1 = "cbcc11a5e76dee39e31ccea25b28a95572300f48"
2429+
git-tree-sha1 = "03ee77386431674a600aab1b0aea8a8e9baf1951"
24302430
lazy = true
24312431
libc = "musl"
24322432
os = "linux"
24332433

2434-
[["Rootfs.v2020.8.19.x86_64-linux-musl.squashfs".download]]
2435-
sha256 = "759883747613410b706d704e11a02cf90393de02d20870fe761c8baef075e0aa"
2436-
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/Rootfs-v2020.8.19/Rootfs.v2020.8.19.x86_64-linux-musl.squashfs.tar.gz"
2434+
[["Rootfs.v2021.1.12.x86_64-linux-musl.squashfs".download]]
2435+
sha256 = "febe16de8878397f015a56912c8b25f095b786ff06a57da055307c297f682411"
2436+
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/Rootfs-v2021.1.12/Rootfs.v2021.1.12.x86_64-linux-musl.squashfs.tar.gz"
24372437

2438-
[["Rootfs.v2020.8.19.x86_64-linux-musl.unpacked"]]
2438+
[["Rootfs.v2021.1.12.x86_64-linux-musl.unpacked"]]
24392439
arch = "x86_64"
2440-
git-tree-sha1 = "fa69bff63cb89d64f71a88fdd89f7dde38cc8098"
2440+
git-tree-sha1 = "d27730b9941cc8b22dfc8c60a01794a45c3bb33a"
24412441
lazy = true
24422442
libc = "musl"
24432443
os = "linux"
24442444

2445-
[["Rootfs.v2020.8.19.x86_64-linux-musl.unpacked".download]]
2446-
sha256 = "f4d1a5dcb111ee844a9eaa679540b88cc7395da81d406f1024209cf4bf77df10"
2447-
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/Rootfs-v2020.8.19/Rootfs.v2020.8.19.x86_64-linux-musl.unpacked.tar.gz"
2445+
[["Rootfs.v2021.1.12.x86_64-linux-musl.unpacked".download]]
2446+
sha256 = "8b685aa858e864049c3d95b59a3763b2e6236d7af9f49f357287da4d4802aa47"
2447+
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/Rootfs-v2021.1.12/Rootfs.v2021.1.12.x86_64-linux-musl.unpacked.tar.gz"
24482448

24492449
[["RustBase.v1.43.0.x86_64-linux-musl.squashfs"]]
24502450
arch = "x86_64"

src/Rootfs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ consists of four shards, but that may not always be the case.
481481
"""
482482
function choose_shards(p::AbstractPlatform;
483483
compilers::Vector{Symbol} = [:c],
484-
rootfs_build::VersionNumber=v"2020.08.19",
484+
rootfs_build::VersionNumber=v"2021.1.12",
485485
ps_build::VersionNumber=v"2020.11.06",
486486
GCC_builds::Vector{GCCBuild}=available_gcc_builds,
487487
LLVM_builds::Vector{LLVMBuild}=available_llvm_builds,

0 commit comments

Comments
 (0)