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 9a218c2 commit d9d77dbCopy full SHA for d9d77db
docker/build_scripts/build-cpython.sh
@@ -58,9 +58,6 @@ rm -rf Python-${CPYTHON_VERSION} Python-${CPYTHON_VERSION}.tgz Python-${CPYTHON_
58
# we don't need libpython*.a, and they're many megabytes
59
find ${PREFIX} -name '*.a' -print0 | xargs -0 rm -f
60
61
-# We do not need the Python test suites
62
-find ${PREFIX} -depth \( -type d -a -name test -o -name tests \) | xargs rm -rf
63
-
64
# We do not need precompiled .pyc and .pyo files.
65
clean_pyc ${PREFIX}
66
0 commit comments