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 70131c8 commit cdb2863Copy full SHA for cdb2863
src/main/c/h3-java/build-h3.sh
@@ -210,6 +210,9 @@ for image in android-arm android-arm64 linux-arm64 linux-armv5 linux-armv7 linux
210
if [ -e $BUILD_ROOT/lib/libh3-java.dll ]; then cp $BUILD_ROOT/lib/libh3-java.dll $OUTPUT_ROOT ; fi
211
212
if $SYSTEM_PRUNE; then
213
+ # Remove the image we just ran
214
+ docker rmi dockcross/$image:$DOCKCROSS_TAG
215
+ # Aggressively try to free more disk space
216
docker system prune --force --all
217
docker system df
218
rm $BUILD_ROOT/dockcross
0 commit comments