mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-21 17:11:57 -06:00
.travis.yml: Install python3-tomli in all build jobs
Since commit 1f97715c83
('Revert "python: use vendored tomli"')
this package is a hard requirement for compiling QEMU, so install
it now in all Travis jobs, too.
Message-ID: <20240624094807.182313-1-thuth@redhat.com>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
99a28bd50f
commit
5e8881c2d2
1 changed files with 6 additions and 0 deletions
|
@ -106,6 +106,7 @@ jobs:
|
||||||
- libvdeplug-dev
|
- libvdeplug-dev
|
||||||
- libvte-2.91-dev
|
- libvte-2.91-dev
|
||||||
- ninja-build
|
- ninja-build
|
||||||
|
- python3-tomli
|
||||||
# Tests dependencies
|
# Tests dependencies
|
||||||
- genisoimage
|
- genisoimage
|
||||||
env:
|
env:
|
||||||
|
@ -141,6 +142,7 @@ jobs:
|
||||||
- libvdeplug-dev
|
- libvdeplug-dev
|
||||||
- libvte-2.91-dev
|
- libvte-2.91-dev
|
||||||
- ninja-build
|
- ninja-build
|
||||||
|
- python3-tomli
|
||||||
# Tests dependencies
|
# Tests dependencies
|
||||||
- genisoimage
|
- genisoimage
|
||||||
env:
|
env:
|
||||||
|
@ -175,6 +177,7 @@ jobs:
|
||||||
- libvdeplug-dev
|
- libvdeplug-dev
|
||||||
- libvte-2.91-dev
|
- libvte-2.91-dev
|
||||||
- ninja-build
|
- ninja-build
|
||||||
|
- python3-tomli
|
||||||
# Tests dependencies
|
# Tests dependencies
|
||||||
- genisoimage
|
- genisoimage
|
||||||
env:
|
env:
|
||||||
|
@ -215,6 +218,7 @@ jobs:
|
||||||
- libzstd-dev
|
- libzstd-dev
|
||||||
- nettle-dev
|
- nettle-dev
|
||||||
- ninja-build
|
- ninja-build
|
||||||
|
- python3-tomli
|
||||||
# Tests dependencies
|
# Tests dependencies
|
||||||
- genisoimage
|
- genisoimage
|
||||||
env:
|
env:
|
||||||
|
@ -231,6 +235,7 @@ jobs:
|
||||||
- ninja-build
|
- ninja-build
|
||||||
- flex
|
- flex
|
||||||
- bison
|
- bison
|
||||||
|
- python3-tomli
|
||||||
env:
|
env:
|
||||||
- TEST_CMD="make check check-tcg V=1"
|
- TEST_CMD="make check check-tcg V=1"
|
||||||
- CONFIG="--disable-containers --disable-system"
|
- CONFIG="--disable-containers --disable-system"
|
||||||
|
@ -263,6 +268,7 @@ jobs:
|
||||||
- libvdeplug-dev
|
- libvdeplug-dev
|
||||||
- libvte-2.91-dev
|
- libvte-2.91-dev
|
||||||
- ninja-build
|
- ninja-build
|
||||||
|
- python3-tomli
|
||||||
env:
|
env:
|
||||||
- TEST_CMD="make check-unit"
|
- TEST_CMD="make check-unit"
|
||||||
- CONFIG="--disable-containers --disable-tcg --enable-kvm --disable-tools
|
- CONFIG="--disable-containers --disable-tcg --enable-kvm --disable-tools
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue