Unverified Commit 81041001 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

ci/eval/attrpaths: update cross stdenvs

`pkgsArocc` and `pkgsZig` had been added to `release.nix`, so should be
listed here as well.
parent d0c0b875
Loading
Loading
Loading
Loading
+10 −3
Original line number Diff line number Diff line
@@ -50,13 +50,20 @@ let
  };

  paths = [
    # I am not entirely sure why these three packages end up in
    # the Hydra jobset.  But they do, and they don't meet the
    # criteria above, so at the moment they are special-cased.
    # Some of the following are based on variants, which are disabled with `attrNamesOnly = true`.
    # Until these have been removed from release.nix / hydra, we manually add them to the list.
    [
      "pkgsLLVM"
      "stdenv"
    ]
    [
      "pkgsArocc"
      "stdenv"
    ]
    [
      "pkgsZig"
      "stdenv"
    ]
    [
      "pkgsStatic"
      "stdenv"