From 7a6c99e99511175e900639955c09a0dee1d87885 Mon Sep 17 00:00:00 2001 From: Akshay Birajdar Date: Wed, 30 Jul 2025 11:27:23 +0530 Subject: [PATCH] refactor: remove docs to reduce build size --- bin/compile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index 85af90c..1051abf 100755 --- a/bin/compile +++ b/bin/compile @@ -223,8 +223,8 @@ cache_build_artifacts_for_future_deploys() { topic "Caching FreeTDS installation" ( # directory changes in subshells have no effect cd "${APP_TARGET_DIR}" - # TODO(BF): Consider removing the documentation before tarring - # rm -rf share + # Remove documentation to reduce build size + rm -rf share/doc tar cjf "${CACHED_TAR}" . | indent ) }