Unverified Commit 2b7ea937 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

ci/eval: disable GC warning

This came up more often recently, and breaks Eval because it prints on
stderr.
parent 07ffd4bf
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -95,6 +95,10 @@ let
        system=$3
        outputDir=$4

        # Default is 5, higher values effectively disable the warning.
        # This randomly breaks Eval.
        export GC_LARGE_ALLOC_WARN_INTERVAL=1000

        export NIX_SHOW_STATS=1
        export NIX_SHOW_STATS_PATH="$outputDir/stats/$myChunk"
        echo "Chunk $myChunk on $system start"