Skip to content

Commit 4c590e2

Browse files
committed
Added a cleanup command
1 parent 7984818 commit 4c590e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build/build-rust.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ if [ -z $DONTSHIP ]; then
215215
$DROPBOX -p upload $TARBALL_LIB ${DROPBOX_SAVE_ROOT}
216216
fi
217217
rm $TARBALL
218+
rm $TARBALL_LIB
218219

219220
# Tweet that we've built a new rustc version
220221
tweet_status "Successfully Built: ${CONTAINER_TAG} Rust-${VERSION}-${DESCRIPTOR} #RustBuild"

0 commit comments

Comments
 (0)