You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/ccache/files/ccache-3.5-nvcc-test.patch

12 lines
262 B

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