guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

92/136: gnu: mariadb: Update to 10.11.10 and fix build.


From: guix-commits
Subject: 92/136: gnu: mariadb: Update to 10.11.10 and fix build.
Date: Wed, 1 Jan 2025 10:24:33 -0500 (EST)

janneke pushed a commit to branch core-packages-team
in repository guix.

commit 1ef8fc6cd6d59abe63f04db3fd444c66fd3f82dd
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Dec 31 10:36:25 2024 +0100

    gnu: mariadb: Update to 10.11.10 and fix build.
    
    * gnu/packages/databases.scm (mariadb): Update to 10.11.10.
    [arguments]: In phase "ajdust-tests", disable failing 
"main.mysqldump-header"
    test, and unstable "main.log_low" and "main.mysqld--help-aria" tests.
    
    Change-Id: Ic44c76b34d278ffebeebb2ae65b9f2b40bf43dd3
---
 gnu/packages/databases.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index f24b5c770f..ccca1f2f4a 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1007,7 +1007,7 @@ Language.")
 (define-public mariadb
   (package
     (name "mariadb")
-    (version "10.10.2")
+    (version "10.11.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://downloads.mariadb.com/MariaDB";
@@ -1015,7 +1015,7 @@ Language.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1ciw7y08wms9g3hzhyria49r1b9n5wpbhkndazv95d925c8x1jsp"))
+                "08phlqcwcwl753zi2jv702q7b3h25d489289mflnm8c31djp8smh"))
               (modules '((guix build utils)))
               (snippet
                '(begin
@@ -1125,11 +1125,16 @@ Language.")
                       ;; <https://jira.mariadb.org/browse/MDEV-26320>.
                       "main.selectivity_no_engine"
 
-                      ;; FIXME: This test checks various table encodings and
+                      ;; FIXME: These tests check various table encodings and
                       ;; fails because Guix defaults to UTF8 instead of the
                       ;; upstream default latin1_swedish_ci.  It's not easily
                       ;; substitutable because several encodings are tested.
                       "main.system_mysql_db"
+                      "main.mysqldump-header"
+
+                      ;; These test sometimes fail.
+                      "main.log_slow"
+                      "main.mysqld--help-aria"
 
                       ;; XXX: This test occasionally fails on i686-linux:
                       ;; <https://jira.mariadb.org/browse/MDEV-24458>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]