From f6c0f9307f919964bdd394a872f3d736113ce7ac Mon Sep 17 00:00:00 2001 From: Murai Takashi Date: Tue, 13 Apr 2021 19:43:13 +0900 Subject: [PATCH] Update lgtm.yml * Update configure script. * Remove HAIKU_REVISION from build_command. Change-Id: I2d2e3e8ba9a5ca333845734d42c5da00dc4e7610 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3866 Reviewed-by: Adrien Destugues --- lgtm.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lgtm.yml b/lgtm.yml index 74166933df..1d744b5b44 100644 --- a/lgtm.yml +++ b/lgtm.yml @@ -28,8 +28,8 @@ extraction: - cd $LGTM_WORKSPACE/buildtools/buildtools-master/jam && make && BINDIR=$LGTM_WORKSPACE/bin ./jam0 install configure: command: - - ./configure --build-cross-tools x86_64 $LGTM_WORKSPACE/buildtools/buildtools-master --use-gcc-pipe -j2 + - ./configure --cross-tools-source $LGTM_WORKSPACE/buildtools/buildtools-master --build-cross-tools x86_64 --use-gcc-pipe -j2 index: build_command: - - HAIKU_REVISION=hrev54000 $LGTM_WORKSPACE/bin/jam -j2 @nightly-raw - + - $LGTM_WORKSPACE/bin/jam -j2 @nightly-raw +