lgtm.yml: Fix build
lgtm build requires HAIKU_REVISION for DetermineHaikuRevision1. Change-Id: Ie458080b82bdd5d32936393758aab6626bab8018 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3868 Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
410ed2fbba
commit
159ed479f8
@@ -31,5 +31,5 @@ extraction:
|
|||||||
- ./configure --cross-tools-source $LGTM_WORKSPACE/buildtools/buildtools-master --build-cross-tools x86_64 --use-gcc-pipe -j2
|
- ./configure --cross-tools-source $LGTM_WORKSPACE/buildtools/buildtools-master --build-cross-tools x86_64 --use-gcc-pipe -j2
|
||||||
index:
|
index:
|
||||||
build_command:
|
build_command:
|
||||||
- $LGTM_WORKSPACE/bin/jam -j2 @nightly-raw
|
- HAIKU_REVISION=hrev90000 $LGTM_WORKSPACE/bin/jam -j2 @nightly-raw
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user