me
/
guix
Archived
1
0
Fork 0

tests: Disable grafts in 'tests/builders.scm'.

This is required since the introduction of the OpenSSL graft in the
parent commit so that calling 'package-derivation' in the Python tests
would not trigger a build.

* tests/builders.scm <top level>: Add '%graft?' call.
master
Ludovic Courtès 2021-09-07 14:44:39 +02:00
parent d9dfbf886d
commit 9bea983e4f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@
(define url-fetch*
(store-lower url-fetch))
;; Globally disable grafts because they can trigger early builds.
(%graft? #f)
(test-begin "builders")