From 95682340fbda77a9c36af4aa4feb26549784d3a3 Mon Sep 17 00:00:00 2001 From: Murai Takashi Date: Thu, 2 Sep 2021 20:31:06 +0900 Subject: [PATCH] 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 Reviewed-by: Adrien Destugues --- lgtm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lgtm.yml b/lgtm.yml index 8de861fe55..eac32c751e 100644 --- a/lgtm.yml +++ b/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: