Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 158da5a4fae8
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c7aef6dedb29
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 28, 2021

  1. metrics: drop requiredSystemFeatures; /cc #76776

    The build hasn't worked for months (even on 20.09).  Now also my
    dedicated machine broke, and I don't feel like maintaining it until
    the job has any chance of succeeding.
    (I don't know why exactly it's failing.)
    vcunat committed Mar 28, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    c7aef6d View commit details
Showing with 2 additions and 1 deletion.
  1. +2 −1 pkgs/top-level/metrics.nix
3 changes: 2 additions & 1 deletion pkgs/top-level/metrics.nix
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@ with pkgs;

runCommand "nixpkgs-metrics"
{ nativeBuildInputs = with pkgs.lib; map getBin [ nix time jq ];
requiredSystemFeatures = [ "benchmark" ];
#FIXME: the job doesn't work, see issue #76776
#requiredSystemFeatures = [ "benchmark" ]; # dedicated machine, by @vcunat last time
}
''
export NIX_STATE_DIR=$TMPDIR