tool/gocross: delete bootstrap tarball downloads after use

Signed-off-by: David Anderson <danderson@tailscale.com>
pull/7580/head
David Anderson 2023-03-15 11:42:55 -07:00 committed by Dave Anderson
parent 1f95bfedf7
commit 0498d5ea86
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ if [ ! -d "$toolchain" ]; then
mkdir -p "$toolchain"
(cd "$toolchain" && tar --strip-components=1 -xf "$toolchain.tar.gz")
echo "$REV" >"$toolchain.extracted"
rm -f "$toolchain.tar.gz"
;;
esac
fi