mirror of
https://github.com/ivabus/pantry
synced 2024-11-12 19:45:19 +03:00
parent
460b56180e
commit
739ac596c5
|
@ -61,10 +61,16 @@ build:
|
||||||
github.com/westes/flex: '*'
|
github.com/westes/flex: '*'
|
||||||
python.org: '<3.10'
|
python.org: '<3.10'
|
||||||
ninja-build.org: '*'
|
ninja-build.org: '*'
|
||||||
|
mesonbuild.com: '*'
|
||||||
script:
|
script:
|
||||||
# TODO: linux virtfs <8 requires attr and libcap-ng
|
# TODO: linux virtfs <8 requires attr and libcap-ng
|
||||||
- run: ARGS="$ARGS --enable-virtfs"
|
- run: ARGS="$ARGS --enable-virtfs"
|
||||||
if: '>=8'
|
if: '>=8'
|
||||||
|
|
||||||
|
# https://gitlab.com/qemu-project/qemu/-/issues/1853
|
||||||
|
- run: sed -i -e"s/-isystem', /-isystem' + /g" meson.build
|
||||||
|
if: '>=8.2'
|
||||||
|
|
||||||
- ./configure $ARGS
|
- ./configure $ARGS
|
||||||
- make --jobs {{ hw.concurrency }} install
|
- make --jobs {{ hw.concurrency }} install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue