Permalink
3 comments
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove failed build caching
This feature was implemented for Hydra, but Hydra no longer uses it.
- Loading branch information
Showing
with
12 additions
and 335 deletions.
- +0 −15 doc/manual/command-ref/conf-file.xml
- +0 −76 doc/manual/command-ref/nix-store.xml
- +0 −6 src/libstore/binary-cache-store.hh
- +1 −40 src/libstore/build.cc
- +0 −2 src/libstore/globals.cc
- +0 −3 src/libstore/globals.hh
- +7 −59 src/libstore/local-store.cc
- +2 −17 src/libstore/local-store.hh
- +1 −17 src/libstore/remote-store.cc
- +0 −4 src/libstore/remote-store.hh
- +0 −5 src/libstore/schema.sql
- +0 −8 src/libstore/store-api.hh
- +0 −17 src/nix-daemon/nix-daemon.cc
- +0 −22 src/nix-store/nix-store.cc
- +1 −1 tests/local.mk
- +0 −21 tests/negative-caching.nix
- +0 −22 tests/negative-caching.sh
Oops, something went wrong.
This comment has been minimized.
I used it locally, quite extensively, to lazily see which derivation failed in big updates.
RIP.🕯️
This comment has been minimized.
This commit has been mentioned on Nix community. There might be relevant details there:
https://discourse.nixos.org/t/behavior-of-undeclared-broken-packages-is-confusing/2123/2
This comment has been minimized.
This commit has been mentioned on NixOS Discourse. There might be relevant details there:
https://discourse.nixos.org/t/why-do-nix-try-to-realise-a-derivation-that-already-failed/6026/4