lgtm yml: remove buildtools archive after unzip it.

This may help fixing lgtm build failure "There is not enough space on the disk".

Change-Id: I5db5748b73e611ec6b66a8effdf5ad39969f9bde
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4415
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
Murai Takashi
2021-09-03 11:49:54 +00:00
committed by Adrien Destugues
parent e755ecb584
commit 95682340fb
+1
View File
@@ -25,6 +25,7 @@ extraction:
- curl https://codeload.github.com/haiku/buildtools/zip/master -o master.zip
- mkdir $LGTM_WORKSPACE/buildtools
- unzip -qq master.zip -d $LGTM_WORKSPACE/buildtools
- rm master.zip
- cd $LGTM_WORKSPACE/buildtools/buildtools-master/jam && make && BINDIR=$LGTM_WORKSPACE/bin ./jam0 install
configure:
command: