95682340fb
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>
37 lines
990 B
YAML
37 lines
990 B
YAML
extraction:
|
|
cpp:
|
|
prepare:
|
|
packages:
|
|
- git
|
|
- nasm
|
|
- autoconf
|
|
- automake
|
|
- texinfo
|
|
- flex
|
|
- bison
|
|
- gawk
|
|
- build-essential
|
|
- unzip
|
|
- wget
|
|
- zip
|
|
- less
|
|
- zlib1g-dev
|
|
- xorriso
|
|
- libtool
|
|
- mtools
|
|
- 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
|
|
|