gnu: mysql: Disable tests on aarch64-linux. * gnu/packages/databases.scm (mysql)[arguments]: Disable the test suite on aarch64-linux.
1 files changed, 6 insertions(+), 1 deletions(-) M gnu/packages/databases.scm
M gnu/packages/databases.scm => gnu/packages/databases.scm +6 -1
@@ 344,7 344,12 @@ mapping from string keys to string values.") (for-each delete-file (find-files (string-append out "/bin") "_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 `(("bison" ,bison) ("perl" ,perl)))