mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: tracker: Extend test timeout for riscv64-linux.
* gnu/packages/gnome.scm (tracker)[arguments]: Adjust test-options when building for riscv64-linux to add a timeout multiplier.
This commit is contained in:
parent
5ee51394d7
commit
9fe5b490df
1 changed files with 3 additions and 0 deletions
|
@ -9612,6 +9612,9 @@ (define-public tracker
|
|||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t
|
||||
#:test-options (list ,@(if (target-riscv64?)
|
||||
`("--timeout-multiplier" "5")
|
||||
'()))
|
||||
#:configure-flags
|
||||
;; Otherwise, the RUNPATH will lack the final path component.
|
||||
(list (string-append "-Dc_link_args=-Wl,-rpath="
|
||||
|
|
Loading…
Reference in a new issue