mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
derivation: Remove memoization invalidation for 'derivation->bytevector'.
This is a followup to d727a9343d
, which
broke 'hydra-jobs' from (gnu ci).
* guix/derivations.scm (invalidate-derivation-caches!): Remove call to
'invalidate-memoization!' for 'derivation->bytevector'.
This commit is contained in:
parent
601171a9bc
commit
8c8d60752e
1 changed files with 0 additions and 1 deletions
|
@ -919,7 +919,6 @@ (define (invalidate-derivation-caches!)
|
|||
long-running processes that know what they're doing. Use with care!"
|
||||
;; Typically this is meant to be used by Cuirass and Hydra, which can clear
|
||||
;; caches when they start evaluating packages for another architecture.
|
||||
(invalidate-memoization! derivation->bytevector)
|
||||
(invalidate-memoization! derivation-base16-hash)
|
||||
|
||||
;; FIXME: Comment out to work around <https://bugs.gnu.org/36487>.
|
||||
|
|
Loading…
Reference in a new issue