~ruther/guix-local

7d099cbe137a4d9af18957e4ae4d11ad3e888260 — Efraim Flashner 8 years ago f4bf420
gnu: mysql: Enable tests on aarch64.

* gnu/packages/databases.scm (mysql)[arguments]: Remove logic disabling
the tests on aarch64-linux.
1 files changed, 1 insertions(+), 6 deletions(-)

M gnu/packages/databases.scm
M gnu/packages/databases.scm => gnu/packages/databases.scm +1 -6
@@ 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)))