We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4082a50 commit 50133afCopy full SHA for 50133af
src/Rootfs.jl
@@ -650,11 +650,10 @@ function choose_shards(p::AbstractPlatform;
650
)
651
652
# We _always_ need Rootfs and PlatformSupport for our target, at least
653
- ps_build_new=v"2024.12.21"
+ ps_build_new = arch(p) == "riscv64" ? v"2024.12.21" : ps_build
654
append!(shards, [
655
(@show find_shard("Rootfs", rootfs_build, archive_type)),
656
(@show find_shard("PlatformSupport", ps_build_new, archive_type; target=p))
657
-
658
])
659
660
if :c in compilers
0 commit comments