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 <no-reply+buildbot@haiku-os.org> Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
This commit is contained in:
parent
e755ecb584
commit
95682340fb
1
lgtm.yml
1
lgtm.yml
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user