mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 10:18:08 -07:00
dev-cpp/abseil-cpp: disable unstable absl_symbolize_test on non amd64
Bug: https://bugs.gentoo.org/938835 Closes: https://bugs.gentoo.org/939083 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -66,3 +66,13 @@ multilib_src_configure() {
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
if ! use amd64; then
|
||||
CMAKE_SKIP_TESTS=(
|
||||
absl_symbolize_test
|
||||
)
|
||||
fi
|
||||
|
||||
cmake_src_test
|
||||
}
|
||||
|
||||
@@ -66,3 +66,13 @@ multilib_src_configure() {
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
if ! use amd64; then
|
||||
CMAKE_SKIP_TESTS=(
|
||||
absl_symbolize_test
|
||||
)
|
||||
fi
|
||||
|
||||
cmake_src_test
|
||||
}
|
||||
|
||||
@@ -69,3 +69,13 @@ multilib_src_configure() {
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
if ! use amd64; then
|
||||
CMAKE_SKIP_TESTS=(
|
||||
absl_symbolize_test
|
||||
)
|
||||
fi
|
||||
|
||||
cmake_src_test
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user