From 404a4c8b88e89821ea2480f62ed97612e1c56555 Mon Sep 17 00:00:00 2001 From: Sudip Roy Date: Sun, 24 Sep 2023 13:42:09 +0530 Subject: [PATCH] add space between lines --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9b0d8fa5..24dfbb31 100644 --- a/Makefile +++ b/Makefile @@ -152,6 +152,7 @@ native-nocmake: jni-header $(NATIVE_DLL) snappy: native $(TARGET)/$(snappy-jar-version).jar native-all: native native-arm clean-docker mac64 win32 win64 linux32 linux64 linux-ppc64le linux-riscv64 linux-s390x + ifdef CI # Clean docker images within CI to avoid no space left error DOCKER_POST_PROCESS:=docker system prune --all --force --volumes