mirror of
https://review.haiku-os.org/haiku
synced 2025-02-07 14:25:58 +01:00
LGTM build failed since -Wformat-diag check is failed. So we add g++ to check its version in LGTM. May help to fix #17460. Change-Id: I9400dbbab7800c522bf7ed797adae48299581a4e Reviewed-on: https://review.haiku-os.org/c/haiku/+/4780 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
38 lines
1009 B
YAML
38 lines
1009 B
YAML
extraction:
|
|
cpp:
|
|
prepare:
|
|
packages:
|
|
- git
|
|
- nasm
|
|
- autoconf
|
|
- automake
|
|
- texinfo
|
|
- flex
|
|
- bison
|
|
- g++
|
|
- gawk
|
|
- build-essential
|
|
- unzip
|
|
- wget
|
|
- zip
|
|
- less
|
|
- zlib1g-dev
|
|
- libzstd-dev
|
|
- xorriso
|
|
- libtool
|
|
- gcc-multilib
|
|
- python3
|
|
after_prepare:
|
|
- 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:
|
|
- ./configure --cross-tools-source $LGTM_WORKSPACE/buildtools/buildtools-master --build-cross-tools x86_64 --use-gcc-pipe -j2
|
|
index:
|
|
build_command:
|
|
- HAIKU_REVISION=hrev90000 $LGTM_WORKSPACE/bin/jam -j2 @nightly-raw
|
|
|