guix-commits
[Top][All Lists]
Advanced

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

branch mesa-updates updated: gnu: curl: Fix test suite on arm platforms.


From: guix-commits
Subject: branch mesa-updates updated: gnu: curl: Fix test suite on arm platforms.
Date: Mon, 25 Dec 2023 10:10:04 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch mesa-updates
in repository guix.

The following commit(s) were added to refs/heads/mesa-updates by this push:
     new bdab356332 gnu: curl: Fix test suite on arm platforms.
bdab356332 is described below

commit bdab356332e391e09d0feafe0fcac9c52388a07d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Dec 25 11:36:20 2023 +0200

    gnu: curl: Fix test suite on arm platforms.
    
    * gnu/packages/curl.scm (curl)[arguments]: Adjust the flags in the
    custom 'check phase to skip a test instead of ignoring the test result.
    
    Change-Id: Ib2098137b04766988507d2f86832871150cd0af7
---
 gnu/packages/curl.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 0bf6d996e6..f73aed679d 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -136,9 +136,9 @@
                                                (target-arm32?)
                                                (target-aarch64?))
                                          ;; protocol FAIL
-                                         (string-append "TFLAGS=\"~1474 "
-                                                        "~1477 "
-                                                        job-count "\"")
+                                         (string-append "TFLAGS=~1474 "
+                                                        "!1477 "
+                                                        job-count)
                                          (string-append "TFLAGS=\"~1477 "
                                                         job-count "\"")))))
                   ;; The top-level "make check" does "make -C tests 
quiet-test", which



reply via email to

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