[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 11/12] .travis.yml: Install python3-tomli in all build jobs
From: |
Thomas Huth |
Subject: |
[PULL 11/12] .travis.yml: Install python3-tomli in all build jobs |
Date: |
Tue, 2 Jul 2024 12:33:09 +0200 |
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>
---
.travis.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index cef0308952..8fc1ae0cf2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -106,6 +106,7 @@ jobs:
- libvdeplug-dev
- libvte-2.91-dev
- ninja-build
+ - python3-tomli
# Tests dependencies
- genisoimage
env:
@@ -141,6 +142,7 @@ jobs:
- libvdeplug-dev
- libvte-2.91-dev
- ninja-build
+ - python3-tomli
# Tests dependencies
- genisoimage
env:
@@ -175,6 +177,7 @@ jobs:
- libvdeplug-dev
- libvte-2.91-dev
- ninja-build
+ - python3-tomli
# Tests dependencies
- genisoimage
env:
@@ -215,6 +218,7 @@ jobs:
- libzstd-dev
- nettle-dev
- ninja-build
+ - python3-tomli
# Tests dependencies
- genisoimage
env:
@@ -231,6 +235,7 @@ jobs:
- ninja-build
- flex
- bison
+ - python3-tomli
env:
- TEST_CMD="make check check-tcg V=1"
- CONFIG="--disable-containers --disable-system"
@@ -263,6 +268,7 @@ jobs:
- libvdeplug-dev
- libvte-2.91-dev
- ninja-build
+ - python3-tomli
env:
- TEST_CMD="make check-unit"
- CONFIG="--disable-containers --disable-tcg --enable-kvm
--disable-tools
--
2.45.2
- Re: [PULL 02/12] tests/qtest/migration-test: enable on s390x with TCG, (continued)
[PULL 04/12] tests/qtest: Free unused QMP response, Thomas Huth, 2024/07/02
[PULL 03/12] tests/qtest: Use qtest_add_data_func_full(), Thomas Huth, 2024/07/02
[PULL 05/12] tests/qtest: Free old machine variable name, Thomas Huth, 2024/07/02
[PULL 06/12] tests/qtest: Free paths, Thomas Huth, 2024/07/02
[PULL 07/12] tests/qtest: Free GThread, Thomas Huth, 2024/07/02
[PULL 08/12] docs: add precision about capstone for execlog plugin, Thomas Huth, 2024/07/02
[PULL 09/12] hw/s390x: Attach default virtio-net devices to the /machine/virtual-css-bridge, Thomas Huth, 2024/07/02
[PULL 11/12] .travis.yml: Install python3-tomli in all build jobs,
Thomas Huth <=
[PULL 10/12] tests/avocado: add hotplug_blk test, Thomas Huth, 2024/07/02
[PULL 12/12] pc-bios/s390-ccw: Remove duplicated LDFLAGS, Thomas Huth, 2024/07/02
Re: [PULL 00/12] qtest, s390x, avocado and doc patches, Richard Henderson, 2024/07/03