Remove just the *.so files and __pycache__

This commit is contained in:
Robin Dunn
2022-08-13 13:45:30 -07:00
parent ad3e54e475
commit 3d722a809c

View File

@@ -87,8 +87,8 @@ function do_build() {
# Clean up the Python parts of this build, since we can do more than one
# build per invocation of the docker image.
rm -rf build/waf
rm -f wx/* || true
rm -rf build/waf wx/__pycache__
rm -f wx/*.so || true
}