mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 09:38:17 +00:00
nixpkgs/release-checks: shut up GC
This commit is contained in:
parent
bcba08a286
commit
832fe14732
@ -44,6 +44,9 @@ pkgs.runCommand "nixpkgs-release-checks"
|
||||
# Relies on impure eval
|
||||
export NIX_ABORT_ON_WARN=true
|
||||
|
||||
# Suppress GC warnings
|
||||
export GC_LARGE_ALLOC_WARN_INTERVAL=100000
|
||||
|
||||
set +e
|
||||
(
|
||||
set -x
|
||||
|
Loading…
Reference in New Issue
Block a user