Skip to content

Commit

Permalink
tool/gocross: delete bootstrap tarball downloads after use
Browse files Browse the repository at this point in the history
Signed-off-by: David Anderson <danderson@tailscale.com>
  • Loading branch information
danderson committed Mar 15, 2023
1 parent 1f95bfe commit 0498d5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool/gocross/gocross-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0498d5e

Please sign in to comment.