gnu: mysql: Enable tests on aarch64.

* gnu/packages/databases.scm (mysql)[arguments]: Remove logic disabling
the tests on aarch64-linux.
master
Efraim Flashner 2017-09-01 10:48:44 +03:00
parent f4bf420c84
commit 7d099cbe13
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 6 deletions

View File

@ -371,12 +371,7 @@ applications.")
(for-each delete-file
(find-files (string-append out "/bin")
"_embedded$"))
#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)
'())))
#t))))))
(native-inputs
`(("bison" ,bison)
("perl" ,perl)))