ci/eval/attrpaths: update cross stdenvs
`pkgsArocc` and `pkgsZig` had been added to `release.nix`, so should be listed here as well.
This commit is contained in:
@@ -50,13 +50,20 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
paths = [
|
paths = [
|
||||||
# I am not entirely sure why these three packages end up in
|
# Some of the following are based on variants, which are disabled with `attrNamesOnly = true`.
|
||||||
# the Hydra jobset. But they do, and they don't meet the
|
# Until these have been removed from release.nix / hydra, we manually add them to the list.
|
||||||
# criteria above, so at the moment they are special-cased.
|
|
||||||
[
|
[
|
||||||
"pkgsLLVM"
|
"pkgsLLVM"
|
||||||
"stdenv"
|
"stdenv"
|
||||||
]
|
]
|
||||||
|
[
|
||||||
|
"pkgsArocc"
|
||||||
|
"stdenv"
|
||||||
|
]
|
||||||
|
[
|
||||||
|
"pkgsZig"
|
||||||
|
"stdenv"
|
||||||
|
]
|
||||||
[
|
[
|
||||||
"pkgsStatic"
|
"pkgsStatic"
|
||||||
"stdenv"
|
"stdenv"
|
||||||
|
|||||||
Reference in New Issue
Block a user