[Tarantool-patches] [PATCH v2 4/5] static build: added build subdirectory cleanup

Alexander V. Tikhonov avtikhon at tarantool.org
Tue Dec 10 14:21:32 MSK 2019


Added 'build' directory removement to avoid of old configuration
at build/curl which is used for curl building.
---
 Dockerfile.staticbuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Dockerfile.staticbuild b/Dockerfile.staticbuild
index 66342fa4e..0424179a2 100644
--- a/Dockerfile.staticbuild
+++ b/Dockerfile.staticbuild
@@ -72,7 +72,8 @@ RUN set -x && \
 
 RUN set -x && \
     find . -name 'CMakeFiles' -type d -exec rm -rf {} + && \
-    find . -name 'CMakeCache.txt' -type f -delete
+    find . -name 'CMakeCache.txt' -type f -delete && \
+    rm -rf build
 
 RUN pip install -r /tarantool/test-run/requirements.txt
 
-- 
2.17.1



More information about the Tarantool-patches mailing list