gnu: libdrm: Extend test timeout on armhf-linux.
* gnu/packages/xdisorg.scm (libdrm)[arguments]: Replace the 'check phase on armhf-linux.
This commit is contained in:
parent
c022edf6f4
commit
fe7c6f91dd
|
@ -401,7 +401,14 @@ rasterisation.")
|
||||||
"-Detnaviv=true"
|
"-Detnaviv=true"
|
||||||
"-Dtegra=true"
|
"-Dtegra=true"
|
||||||
"-Dfreedreno-kgsl=true"))
|
"-Dfreedreno-kgsl=true"))
|
||||||
(_ '())))))
|
(_ '())))
|
||||||
|
,@(if (string=? (%current-system) "armhf-linux")
|
||||||
|
'(#:phases
|
||||||
|
(modify-phases %standard-phases
|
||||||
|
(replace 'check
|
||||||
|
(lambda _
|
||||||
|
(invoke "meson" "test" "--timeout-multiplier" "5")))))
|
||||||
|
'())))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libpciaccess" ,libpciaccess)))
|
`(("libpciaccess" ,libpciaccess)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in New Issue