We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a29b8 commit ceb24c9Copy full SHA for ceb24c9
cpython-unix/build-gcc.sh
@@ -58,4 +58,7 @@ make -j `nproc`
58
make -j `nproc` install DESTDIR=/build/out
59
popd
60
61
-sccache -s
+if [ -n "${HAVE_SCCACHE}" ]; then
62
+ sccache -s
63
+fi
64
+
0 commit comments