gnu: libdrm: Extend test timeout on armhf-linux.
* gnu/packages/xdisorg.scm (libdrm)[arguments]: Replace the 'check phase on armhf-linux.master
parent
c022edf6f4
commit
fe7c6f91dd
|
@ -401,7 +401,14 @@ rasterisation.")
|
|||
"-Detnaviv=true"
|
||||
"-Dtegra=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
|
||||
`(("libpciaccess" ,libpciaccess)))
|
||||
(native-inputs
|
||||
|
|
Reference in New Issue