infra/docs/package-sets.md

42 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2024-07-05 15:53:57 +10:00
#### Nixpkgs CUDA and ROCm
[CUDA and ROCm release set in nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/release-cuda.nix)
Built on `nixos-unstable-small` for `x86_64-linux`:
- [https://hydra.nix-community.org/jobset/nixpkgs/cuda](https://hydra.nix-community.org/jobset/nixpkgs/cuda)
Built on `nixos-unstable-small` for `x86_64-linux`:
- [https://hydra.nix-community.org/jobset/nixpkgs/rocm](https://hydra.nix-community.org/jobset/nixpkgs/rocm)
Built on `nixos-$RELEASE-small` for `x86_64-linux`:
2024-07-05 15:53:57 +10:00
- [https://hydra.nix-community.org/jobset/nixpkgs/cuda-stable](https://hydra.nix-community.org/jobset/nixpkgs/cuda-stable)
2024-07-05 15:53:57 +10:00
#### Nixpkgs unfree redistributable
[unfree redistributable release set in nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/release-unfree-redistributable.nix)
Built on `nixos-unstable-small` for `aarch64-linux`, `x86_64-linux`:
- [https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist](https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist)
Built on `nixpkgs-unstable` for `aarch64-darwin`, `x86_64-darwin`:
- [https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist-darwin](https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist-darwin)
Built on `nixos-$RELEASE-small` for `aarch64-linux`, `x86_64-linux`:
- [https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist-stable](https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist-stable)
2024-07-05 15:53:57 +10:00
#### Cache
All of the above builds are pushed to the cache.
See [here](./cache.md) for details.
2024-10-22 17:58:57 +10:00
#### Hydra
The hydra configuration for these package sets is managed in this [file](https://github.com/nix-community/infra/blob/master/terraform/hydra-nixpkgs.tf).