gnu: vulkan-loader: Limit tests to x86_64 and i686.

* gnu/packages/vulkan.scm (vulkan-loader)[arguments]: Only run the tests
when building on x86_64-linux or i686-linux.
This commit is contained in:
Efraim Flashner 2023-05-15 17:07:44 +03:00
parent bcda49b656
commit 6e38ec447f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -228,8 +228,10 @@ (define-public vulkan-loader
(build-system cmake-build-system)
(arguments
(list
#:tests? (not (or (%current-target-system)
(target-riscv64?)))
;; 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?))
#:configure-flags
#~(list (string-append "-DVULKAN_HEADERS_INSTALL_DIR="
(dirname (dirname