unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Simon South <simon@simonsouth.net>
To: 63400@debbugs.gnu.org
Subject: [bug#63400] [PATCH v2 2/2] gnu: vulkan-loader: Re-enable tests on AArch64.
Date: Sun,  4 Jun 2023 09:11:08 -0400	[thread overview]
Message-ID: <b19ea98f1f24cbeb7b058cd9271cc891c0d89ba1.1685883140.git.simon@simonsouth.net> (raw)
In-Reply-To: <cover.1685883140.git.simon@simonsouth.net>

* gnu/packages/vulkan.scm (vulkan-loader)[arguments]<#:tests?>: Enable on
AArch64.
---
 gnu/packages/vulkan.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index 790a1c7c07..fd6bd57602 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -233,7 +233,7 @@ (define-public vulkan-loader
       ;; As many as 23 tests are expected to fail per architecture.
       ;; Limit the tests to those architectures tested upstream.
       #:tests? (and (%current-system)
-                    (target-x86?))
+                    (or (target-aarch64?) (target-x86?)))
       #:configure-flags
       #~(list (string-append "-DVULKAN_HEADERS_INSTALL_DIR="
                              (dirname (dirname
-- 
2.39.1





      parent reply	other threads:[~2023-06-04 13:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-09 20:43 [bug#63400] [PATCH 0/1] gnu: vulkan-loader: Skip x86-specific tests on non-x86 platforms Simon South
2023-05-09 20:45 ` [bug#63400] [PATCH 1/1] " Simon South
2023-05-15 19:02 ` [bug#63400] [PATCH 0/1] " Efraim Flashner
2023-06-04 13:11 ` [bug#63400] [PATCH v2 0/2] " Simon South
2023-06-04 13:11   ` [bug#63400] [PATCH v2 1/2] " Simon South
2023-06-04 13:11   ` Simon South [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b19ea98f1f24cbeb7b058cd9271cc891c0d89ba1.1685883140.git.simon@simonsouth.net \
    --to=simon@simonsouth.net \
    --cc=63400@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).