RISC-V: Difference between revisions

mNo edit summary
Weijia (talk | contribs)
OpenJDK and Valgrind are supported in Nixpkgs
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Expansion}}
{{Expansion}}<!-- TODO: write preface -->
 
<!-- TODO: write preface -->
 
== Supported devices ==
== Supported devices ==


Line 124: Line 121:


== Binary cache ==
== Binary cache ==
 
Example configuration snippet which can be used to add a third-party binary cache with RISCV support<syntaxhighlight lang="nix">nix.settings = {
* [https://github.com/misuzu/nixos-vf2/blob/master/flake.nix#L3 misuzu]
  substituters = [
    "https://cache.ztier.in" # only nixos-unstable
  ];
  trusted-public-keys = [
    "cache.ztier.link-1:3P5j2ZB9dNgFFFVkCQWT3mh0E+S3rIWtZvoql64UaXM="
  ];
  experimental-features = [
    "nix-command"
    "flakes"
  ];
};</syntaxhighlight>Known third-party binary caches with RISCV support:
* [https://github.com/misuzu/nixos-vf2/blob/master/flake.nix#L3 misuzu] (only for nixos-unstable)


== NixOS Support ==
== NixOS Support ==
Line 137: 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 ==