Skip to content

Commit 50133af

Browse files
committed
More riscv64 support
1 parent 4082a50 commit 50133af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Rootfs.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,11 +650,10 @@ function choose_shards(p::AbstractPlatform;
650650
)
651651

652652
# We _always_ need Rootfs and PlatformSupport for our target, at least
653-
ps_build_new=v"2024.12.21"
653+
ps_build_new = arch(p) == "riscv64" ? v"2024.12.21" : ps_build
654654
append!(shards, [
655655
(@show find_shard("Rootfs", rootfs_build, archive_type)),
656656
(@show find_shard("PlatformSupport", ps_build_new, archive_type; target=p))
657-
658657
])
659658

660659
if :c in compilers

0 commit comments

Comments
 (0)