gnu: skopeo: Skip the test phase.
* gnu/packages/virtualization.scm (skopeo)[arguments]: Set #:tests? #f.
This commit is contained in:
parent
b55db49481
commit
e409879a3f
|
@ -984,6 +984,7 @@ Open Container Initiative (OCI) image layout and its tagged images.")
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/projectatomic/skopeo"
|
'(#:import-path "github.com/projectatomic/skopeo"
|
||||||
#:install-source? #f
|
#:install-source? #f
|
||||||
|
#:tests? #f ; The tests require Docker
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'build
|
(replace 'build
|
||||||
|
|
Loading…
Reference in New Issue