mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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.
This commit is contained in:
parent
d9dfbf886d
commit
9bea983e4f
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ (define %store
|
|||
(define url-fetch*
|
||||
(store-lower url-fetch))
|
||||
|
||||
;; Globally disable grafts because they can trigger early builds.
|
||||
(%graft? #f)
|
||||
|
||||
|
||||
(test-begin "builders")
|
||||
|
||||
|
|
Loading…
Reference in a new issue