guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: tests: Remove stale reference to %derivatio


From: guix-commits
Subject: branch core-updates updated: tests: Remove stale reference to %derivation-cache.
Date: Tue, 22 Jun 2021 21:33:13 -0400

This is an automated email from the git hooks/post-receive script.

marusich pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 7f0af11  tests: Remove stale reference to %derivation-cache.
7f0af11 is described below

commit 7f0af119a1e3ea9d0ae53811b619437b3e942702
Author: Chris Marusich <cmmarusich@gmail.com>
AuthorDate: Fri Jun 18 10:37:40 2021 -0700

    tests: Remove stale reference to %derivation-cache.
    
    * guix/tests.scm (call-with-external-store): Remove the stale reference to
    %derivation-cache.  This was causing the tests to error out, since it was
    removed from (guix packages) in 7d873f194ca69d6096d28d7a224ab78e83e34fe1.
---
 guix/tests.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/guix/tests.scm b/guix/tests.scm
index da75835..e1b053f 100644
--- a/guix/tests.scm
+++ b/guix/tests.scm
@@ -141,10 +141,6 @@ no external store to talk to."
     (dynamic-wind
       (const #t)
       (lambda ()
-        ;; Since we're using a different store we must clear the
-        ;; package-derivation cache.
-        (hash-clear! (@@ (guix packages) %derivation-cache))
-
         (proc store))
       (lambda ()
         (when store



reply via email to

[Prev in Thread] Current Thread [Next in Thread]