mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 03:43:45 +00:00
1eddb04ac9
This saves just enough space on aarch64-linux so that the hadrian built GHCs are under the 3GB Hydra output limit: | compiler | before | after | Δ | |----------|------------|------------|------------| | ghc962 | 3241234736 | 2810740560 | -430494176 | | ghcHEAD | 3341288328 | 2902760872 | -438527456 | The total output size can be calculated using (don't forget to use aarch64-linux): ``` nix-build -A <compiler> | xargs nix path-info -s | awk '{ s += $2 }; END { print s }' ``` |
||
---|---|---|
.. | ||
8.6.5-binary.nix | ||
8.8.4.nix | ||
8.10.2-binary.nix | ||
8.10.7-binary.nix | ||
8.10.7.nix | ||
9.0.2.nix | ||
9.2.4-binary.nix | ||
9.2.4.nix | ||
9.2.5.nix | ||
9.2.6.nix | ||
9.2.7.nix | ||
9.2.8.nix | ||
9.4.2.nix | ||
9.4.3.nix | ||
9.4.4.nix | ||
9.4.5.nix | ||
9.6.2.nix | ||
Cabal-3.2-3.4-paths-fix-cycle-aarch64-darwin.patch | ||
Cabal-3.6-paths-fix-cycle-aarch64-darwin.patch | ||
common-hadrian.nix | ||
gcc-clang-wrapper.sh | ||
ghc-8.8.4-sphinx-6.0.patch | ||
head.nix | ||
rename-numa-api-call.patch | ||
respect-ar-path.patch | ||
sphinx-4-configuration.patch |