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 dafa993 commit fc2baa2Copy full SHA for fc2baa2
src/Rootfs.jl
@@ -639,7 +639,7 @@ function choose_shards(p::AbstractPlatform;
639
)
640
641
# We _always_ need Rootfs and PlatformSupport for our target, at least
642
- # We don't have old platform support for riscv64. Remove this once all platfor support is aligned in time.
+ # We don't have old platform support for riscv64. Remove this once all platform support is aligned in time.
643
ps_build_new = arch(p) == "riscv64" ? max(ps_build, v"2024.12.21") : ps_build
644
append!(shards, [
645
find_shard("Rootfs", rootfs_build, archive_type),
0 commit comments