RISC-V: Difference between revisions

m a known binary cache has been discontinued
Weijia (talk | contribs)
OpenJDK and Valgrind are supported in Nixpkgs
 
(One intermediate revision by one other user not shown)
Line 123: Line 123:
Example configuration snippet which can be used to add a third-party binary cache with RISCV support<syntaxhighlight lang="nix">nix.settings = {
Example configuration snippet which can be used to add a third-party binary cache with RISCV support<syntaxhighlight lang="nix">nix.settings = {
   substituters = [
   substituters = [
     "https://cache.ztier.in"
     "https://cache.ztier.in" # only nixos-unstable
   ];
   ];
   trusted-public-keys = [
   trusted-public-keys = [
Line 133: Line 133:
   ];
   ];
};</syntaxhighlight>Known third-party binary caches with RISCV support:
};</syntaxhighlight>Known third-party binary caches with RISCV support:
* [https://github.com/misuzu/nixos-vf2/blob/master/flake.nix#L3 misuzu]
* [https://github.com/misuzu/nixos-vf2/blob/master/flake.nix#L3 misuzu] (only for nixos-unstable)


== NixOS Support ==
== NixOS Support ==
Line 145: Line 145:


* [https://github.com/LuaJIT/LuaJIT/issues/628 LuaJIT]
* [https://github.com/LuaJIT/LuaJIT/issues/628 LuaJIT]
* [https://github.com/adoptium/temurin-build/issues/2726#issuecomment-1661380917 OpenJDK]
* [[RISC-V/GHC| GHC]]
* [[RISC-V/GHC| GHC]]
* [https://bugs.kde.org/show_bug.cgi?id=468575 Valgrind]


== Resources ==
== Resources ==