ci/eval: Avoid noise for failing attribute evals (#364565)

This commit is contained in:
Jörg Thalheim
2024-12-12 13:33:37 +01:00
committed by GitHub
+1 -1
View File
@@ -49,7 +49,7 @@ let
export NIX_STATE_DIR=$(mktemp -d)
mkdir $out
export GC_INITIAL_HEAP_SIZE=4g
command time -v \
command time -f "Attribute eval done [%MKB max resident, %Es elapsed] %C" \
nix-instantiate --eval --strict --json --show-trace \
"$src/pkgs/top-level/release-attrpaths-superset.nix" \
-A paths \