diff options
author | Sergei Trofimovich <slyich@gmail.com> | 2021-09-30 22:08:14 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyich@gmail.com> | 2021-10-01 17:41:44 +0100 |
commit | 621aa65325f11769d33704b00dc15bc7dda49f0f (patch) | |
tree | 82e51eb7843e4fa05097c146172b4883b92e10c2 /src/libfetchers/cache.cc | |
parent | 4f496150eb4e0012914c11f0a3ff4df2412b1d09 (diff) |
local-derivation-goal.cc: downgrade "warning: rewriting hashes in..." down to debug
Before the changes when building the whole system with
`contentAddressedByDefault = true;` we get many noninformative messages:
$ nix build -f nixos system --keep-going
...
warning: rewriting hashes in '/nix/store/...-clang-11.1.0.drv.chroot/nix/store/...-11.1.0'; cross fingers
warning: rewriting hashes in '/nix/store/...-clang-11.1.0.drv.chroot/nix/store/...-11.1.0-dev'; cross fingers
warning: rewriting hashes in '/nix/store/...-clang-11.1.0.drv.chroot/nix/store/...-11.1.0-python'; cross fingers
error: 2 dependencies of derivation '/nix/store/...-hub-2.14.2.drv' failed to build
warning: rewriting hashes in '/nix/store/...-subversion-1.14.1.drv.chroot/nix/store/...-subversion-1.14.1-dev'; cross fingers
warning: rewriting hashes in '/nix/store/...-subversion-1.14.1.drv.chroot/nix/store/...-subversion-1.14.1-man'; cross fingers
...
Let's downgrade these messages down to debug().
Diffstat (limited to 'src/libfetchers/cache.cc')
0 files changed, 0 insertions, 0 deletions