gnu: shaderc: Disable tests.

The check phase started failing (after core-updates merge maybe?) as there are
no tests since building them was previously disabled already.

* gnu/packages/vulkan.scm (shaderc)[arguments]: Disable tests.

Change-Id: Ibfa53bd30e90a3b4fd6b5bbed403b8a9aa615e9c
This commit is contained in:
John Kehayias 2025-08-10 00:05:16 -04:00 committed by Maxim Cournoyer
parent 391b246fe0
commit ea7095f117
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -499,7 +499,8 @@ API.")
"0w1mj5b3n6kp0brqindb7fppvllzlywkdk1zglkbj3bw8k0795mb")))) "0w1mj5b3n6kp0brqindb7fppvllzlywkdk1zglkbj3bw8k0795mb"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(;; FIXME: Skip most of the tests, because enabling system gtest breaks `(#:tests? #f ; We don't build the tests, see below.
;; FIXME: Skip most of the tests, because enabling system gtest breaks
;; the build: <https://github.com/google/shaderc/issues/470>. ;; the build: <https://github.com/google/shaderc/issues/470>.
#:configure-flags #:configure-flags
(list "-DSHADERC_SKIP_TESTS=ON" (list "-DSHADERC_SKIP_TESTS=ON"