Clean extra disk space after build toolchains

This commit is contained in:
abejgonzalez
2021-10-11 09:49:27 -07:00
parent 78e733b992
commit 748c973d44

View File

@@ -15,4 +15,7 @@ if [ ! -d "$HOME/$1-install" ]; then
# init all submodules including the tools
CHIPYARD_DIR="$LOCAL_CHIPYARD_DIR" NPROC=$CI_MAKE_NPROC $LOCAL_CHIPYARD_DIR/scripts/build-toolchains.sh $1
# de-init the toolchain area to save on space
git submodule deinit $LOCAL_CHIPYARD_DIR/toolchains/$1
fi