[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 08/11] tests/vm: use the default system python for NetBSD
From: |
Alex Bennée |
Subject: |
[PATCH 08/11] tests/vm: use the default system python for NetBSD |
Date: |
Thu, 30 Mar 2023 11:11:38 +0100 |
From: Daniel P. Berrangé <berrange@redhat.com>
Currently our NetBSD VM recipe requests instal of the python37 package
and explicitly tells QEMU to use that version of python. Since the
NetBSD base ISO was updated to version 9.3 though, the default system
python version is 3.9 which is sufficiently new for QEMU to rely on.
Rather than requesting an older python, just test against the default
system python which is what most users will have.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230329124601.822209-1-berrange@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
tests/vm/netbsd | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/vm/netbsd b/tests/vm/netbsd
index aa54338dfa..0b9536ca17 100755
--- a/tests/vm/netbsd
+++ b/tests/vm/netbsd
@@ -30,7 +30,6 @@ class NetBSDVM(basevm.BaseVM):
"git-base",
"pkgconf",
"xz",
- "python37",
"ninja-build",
# gnu tools
@@ -66,7 +65,7 @@ class NetBSDVM(basevm.BaseVM):
mkdir src build; cd src;
tar -xf /dev/rld1a;
cd ../build
- ../src/configure --python=python3.7 --disable-opengl {configure_opts};
+ ../src/configure --disable-opengl {configure_opts};
gmake --output-sync -j{jobs} {target} {verbose};
"""
poweroff = "/sbin/poweroff"
--
2.39.2
- Re: [PATCH 10/11] gitlab: fix typo, (continued)
- [PATCH 03/11] MAINTAINERS: add a section for policy documents, Alex Bennée, 2023/03/30
- [PATCH 02/11] gdbstub: Only build libgdb_user.fa / libgdb_softmmu.fa if necessary, Alex Bennée, 2023/03/30
- [PATCH 05/11] metadata: add .git-blame-ignore-revs, Alex Bennée, 2023/03/30
- [PATCH 08/11] tests/vm: use the default system python for NetBSD,
Alex Bennée <=
- [PATCH 04/11] qemu-options: finesse the recommendations around -blockdev, Alex Bennée, 2023/03/30
- [PATCH 06/11] Use hexagon toolchain version 16.0.0, Alex Bennée, 2023/03/30
- [PATCH 11/11] tests/gitlab: use kaniko to build images, Alex Bennée, 2023/03/30
- Re: [PATCH 11/11] tests/gitlab: use kaniko to build images, Thomas Huth, 2023/03/30
- [PATCH 09/11] tests/requirements.txt: bump up avocado-framework version to 101.0, Alex Bennée, 2023/03/30