mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 lines
262 B
Diff
12 lines
262 B
Diff
Disable 'nvcc' tests to avoid test failure
|
|
on system with gcc-7+ enabled by default.
|
|
--- a/test/run
|
|
+++ b/test/run
|
|
@@ -425,2 +425,6 @@ else
|
|
fi
|
|
+# Disable nvcc tests in Gentoo as nvcc requires gcc<7.
|
|
+# Not a default normally.
|
|
+REAL_NVCC=
|
|
+REAL_CUOBJDUMP=
|
|
echo
|