mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-util/glslang: skip tests on arm
The tests rely on an error message which doesn't match precisely on arm. Bug: https://github.com/KhronosGroup/glslang/issues/4180 Closes: https://bugs.gentoo.org/977176 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -36,3 +36,11 @@ multilib_src_configure() {
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
local CMAKE_SKIP_TESTS=(
|
||||
# bug #977176 (https://github.com/KhronosGroup/glslang/issues/4180)
|
||||
$(usev arm 'glslang-testsuite')
|
||||
)
|
||||
cmake_src_test
|
||||
}
|
||||
|
||||
@@ -36,3 +36,11 @@ multilib_src_configure() {
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
local CMAKE_SKIP_TESTS=(
|
||||
# bug #977176 (https://github.com/KhronosGroup/glslang/issues/4180)
|
||||
$(usev arm 'glslang-testsuite')
|
||||
)
|
||||
cmake_src_test
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user