tool/gocross: delete bootstrap tarball downloads after use

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson 2023-03-15 11:42:55 -07:00 committed by Dave Anderson
parent 1f95bfedf7
commit 0498d5ea86

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