Skip to content

Commit

Permalink
More riscv64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Dec 22, 2024
1 parent eb35103 commit b4884fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Rootfs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,8 @@ function choose_shards(p::AbstractPlatform;
compilers::Vector{Symbol} = [:c],
# We always just use the latest Rootfs embedded within our Artifacts.toml
rootfs_build::VersionNumber=last(BinaryBuilderBase.get_available_builds("Rootfs")),
ps_build::VersionNumber=v"2024.08.10",
#TODO ps_build::VersionNumber=v"2024.08.10",
ps_build::VersionNumber=v"2024.12.21",
GCC_builds::Vector{GCCBuild}=available_gcc_builds,
LLVM_builds::Vector{LLVMBuild}=available_llvm_builds,
Rust_build::VersionNumber=maximum(getversion.(available_rust_builds)),
Expand Down

0 comments on commit b4884fb

Please sign in to comment.