From 81041001012392d916f7d5daec17695b48bdb3e9 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 31 Aug 2025 21:09:31 +0200 Subject: [PATCH] ci/eval/attrpaths: update cross stdenvs `pkgsArocc` and `pkgsZig` had been added to `release.nix`, so should be listed here as well. --- ci/eval/attrpaths.nix | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/ci/eval/attrpaths.nix b/ci/eval/attrpaths.nix index 8ebc822ccb0d..6938e5dfe3cb 100644 --- a/ci/eval/attrpaths.nix +++ b/ci/eval/attrpaths.nix @@ -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"