mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: mysql: Enable tests on aarch64.
* gnu/packages/databases.scm (mysql)[arguments]: Remove logic disabling the tests on aarch64-linux.
This commit is contained in:
parent
f4bf420c84
commit
7d099cbe13
1 changed files with 1 additions and 6 deletions
|
@ -371,12 +371,7 @@ (define-public mysql
|
||||||
(for-each delete-file
|
(for-each delete-file
|
||||||
(find-files (string-append out "/bin")
|
(find-files (string-append out "/bin")
|
||||||
"_embedded$"))
|
"_embedded$"))
|
||||||
#t))))
|
#t))))))
|
||||||
;; On aarch64 the test suite runs out of memory and fails.
|
|
||||||
,@(if (string-prefix? "aarch64-linux"
|
|
||||||
(or (%current-target-system) (%current-system)))
|
|
||||||
'(#:tests? #f)
|
|
||||||
'())))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bison" ,bison)
|
`(("bison" ,bison)
|
||||||
("perl" ,perl)))
|
("perl" ,perl)))
|
||||||
|
|
Loading…
Reference in a new issue