From e3de17dc4be50aa251e687a2cf4d246b8c993ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 10 Oct 2018 18:02:03 +0200 Subject: turris4x: preserve build_dir Some packages such as kernel/linux are reusing others build_dir. This is really problematic because that meanst that we can't remove build_dir to free up space on disk. --- templates/turris4x.run | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/turris4x.run b/templates/turris4x.run index 1c93188..794bd04 100755 --- a/templates/turris4x.run +++ b/templates/turris4x.run @@ -30,7 +30,6 @@ else CCACHE_HOST_DIR="$TWORKSPACE/ccache-host" \ CCACHE_TARGET_DIR="$WORKSPACE/ccache-target" \ ../turris-build/compile_fw -a "$njobs" -t $BOARD -p $BRANCH repo_prepare prepare_tools - rm -rf build_dir cd .. rm -rf "$WORKSPACE/openwrt-sdk" cp -a openwrt "$WORKSPACE/openwrt-sdk" -- cgit v1.2.3