me
/
guix
Archived
1
0
Fork 0

gnu: mariadb: Don’t run tests in parallel on ppc64le targets.

* gnu/packages/databases.scm (mariadb)[arguments]: Set ‘#:parallel-tests?’
for powerpc64le machines.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Thiago Jung Bauermann 2021-10-24 12:00:30 -03:00 committed by Efraim Flashner
parent 4e4516599a
commit 8e30922767
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 0 deletions

View File

@ -831,6 +831,10 @@ Language.")
"/share/mysql/support-files")
"-DINSTALL_MYSQLSHAREDIR=share/mysql"
"-DINSTALL_SHAREDIR=share")
;; The testsuite has spurious failures (mostly timeouts) if run in
;; parallel on Guix CIs ppc64le VM. It appears that the I/O load is
;; too high for it to handle.
#:parallel-tests? ,(not (target-ppc64le?))
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'adjust-output-references