-
- Downloads
evaluate: Use a generic key to identify Cuirass arguments.
So that Cuirass specifications used to build 'guix-modular' can be named differently than "guix" and "guix-modular" (see Guix's build-aux/hydra/guix-modular.scm). The name is used as a primary key, so before that commit, it was also impossible to have several such specifications. This is a workaround, Cuirass should normally support several inputs per specification, as Hydra does. The specification's name would then only be used to identify it. See <https://bugs.gnu.org/31813 >. * bin/evaluate.in (main): Replace custom NAME (passed to PROC) with 'guix'. Co-authored-by:Mathieu Othacehe <m.othacehe@gmail.com>
Please register or sign in to comment