From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Thomas Huth" <thuth@redhat.com>,
"Tianrui Zhao" <zhaotianrui@loongson.cn>,
"Song Gao" <gaosong@loongson.cn>,
"Daniel P . Berrangé" <berrange@redhat.com>,
"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
"Xianglai Li" <lixianglai@loongson.cn>,
"Zhiguo Wu" <wuzhiguo@loongson.cn>,
"Erik Skultety" <eskultet@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Xiaojuan Yang" <yangxiaojuan@loongson.cn>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Beraldo Leal" <bleal@redhat.com>
Subject: [RFC PATCH 4/9] scripts/ci: Update Centos8 package list
Date: Thu, 4 Jan 2024 17:08:00 +0100 [thread overview]
Message-ID: <20240104160805.56856-5-philmd@linaro.org> (raw)
In-Reply-To: <20240104160805.56856-1-philmd@linaro.org>
Update Centos 8 package list running:
$ lcitool variables -f json centos-stream-8 qemu \
| jq -r '.pkgs[]' \
| xargs -n 1 echo " -"
On libvirt-ci commit e9e7d3bf ("facts: enable gtk-vnc2-devel
on almalinux 8 / centos stream 8").
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
scripts/ci/setup/build-environment.yml | 75 +++++++++++++++++++++++---
1 file changed, 68 insertions(+), 7 deletions(-)
diff --git a/scripts/ci/setup/build-environment.yml b/scripts/ci/setup/build-environment.yml
index 60b751018f..9518cc55a5 100644
--- a/scripts/ci/setup/build-environment.yml
+++ b/scripts/ci/setup/build-environment.yml
@@ -195,53 +195,114 @@
- name: Install basic packages to build QEMU on EL8
dnf:
- # This list of packages start with tests/docker/dockerfiles/centos8.docker
- # but only include files that are common to all distro variants and present
- # in the standard repos (no add-ons)
name:
+ - SDL2-devel
+ - alsa-lib-devel
+ - bash
+ - bc
+ - bison
+ - brlapi-devel
- bzip2
- bzip2-devel
+ - ca-certificates
- capstone-devel
+ - ccache
+ - clang
+ - ctags
+ - cyrus-sasl-devel
+ - daxctl-devel
- dbus-daemon
- device-mapper-multipath-devel
- diffutils
+ - findutils
+ - flex
- gcc
- gcc-c++
- genisoimage
- gettext
- git
- glib2-devel
+ - glib2-static
+ - glibc-langpack-en
+ - glibc-static
- glusterfs-api-devel
- gnutls-devel
+ - gtk3-devel
+ - hostname
+ - jemalloc-devel
+ - json-c-devel
- libaio-devel
+ - libasan
+ - libattr-devel
+ - libbpf-devel
+ - libcacard-devel
- libcap-ng-devel
+ - libcmocka-devel
- libcurl-devel
+ - libdrm-devel
- libepoxy-devel
- libfdt-devel
+ - libffi-devel
- libgcrypt-devel
- libiscsi-devel
+ - libjpeg-devel
+ - libnfs-devel
- libpmem-devel
- - librados-devel
+ - libpng-devel
- librbd-devel
- libseccomp-devel
+ - libslirp-devel
- libssh-devel
- - libxkbcommon-devel
+ - libtasn1-devel
+ - libubsan
+ - liburing-devel
+ - libusbx-devel
+ - libxdp-devel
+ - libxml2-devel
+ - libzstd-devel
+ - llvm
+ - lttng-ust-devel
- lzo-devel
- make
- - mesa-libEGL-devel
+ - mesa-libgbm-devel
+ - meson
+ - ncurses-devel
- nettle-devel
- ninja-build
- nmap-ncat
- numactl-devel
+ - openssh-clients
+ - pam-devel
+ - pcre-static
+ - pipewire-devel
- pixman-devel
+ - pkgconfig
+ - pulseaudio-libs-devel
+ - python3
+ - python3-PyYAML
+ - python3-numpy
+ - python3-pillow
+ - python3-pip
- python3-sphinx
+ - python3-sphinx_rtd_theme
+ - python3-tomli
- rdma-core-devel
+ - sed
- snappy-devel
- - spice-glib-devel
+ - spice-protocol
+ - spice-server-devel
- systemd-devel
- systemtap-sdt-devel
- tar
+ - texinfo
+ - usbredir-devel
+ - util-linux
+ - virglrenderer-devel
+ - vte291-devel
+ - which
+ - xfsprogs-devel
- zlib-devel
+ - zlib-static
state: present
when:
- ansible_facts['distribution_file_variety'] in ['RedHat', 'CentOS']
--
2.41.0
next prev parent reply other threads:[~2024-01-04 16:09 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-04 16:07 [RFC PATCH 0/9] scripts/ci: Consolidate Ansible playbook rules Philippe Mathieu-Daudé
2024-01-04 16:07 ` [PATCH 1/9] scripts/ci: Do not enforce gitlab-runner path Philippe Mathieu-Daudé
2024-01-04 16:07 ` [PATCH 2/9] scripts/ci: Do not restrict spice package to x86/arm hosts Philippe Mathieu-Daudé
2024-01-04 16:07 ` [RFC PATCH 3/9] scripts/ci: Split EL8 specific packages out of Centos8 list Philippe Mathieu-Daudé
2024-01-04 16:08 ` Philippe Mathieu-Daudé [this message]
2024-01-04 16:08 ` [RFC PATCH 5/9] scripts/ci: Restrict libpmem-devel package to x86 hosts Philippe Mathieu-Daudé
2024-01-04 16:08 ` [RFC PATCH 6/9] scripts/ci: Install libxdp-devel on " Philippe Mathieu-Daudé
2024-01-04 16:08 ` [RFC PATCH 7/9] scripts/ci: Install RH packages on RH derivative distros Philippe Mathieu-Daudé
2024-01-04 16:08 ` [RFC PATCH 8/9] scripts/ci: Update Ubuntu packages list Philippe Mathieu-Daudé
2024-01-04 16:08 ` [RFC PATCH 9/9] scripts/ci: Restrict libpmem-dev and libxen-dev packages to x86 hosts Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240104160805.56856-5-philmd@linaro.org \
--to=philmd@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=berrange@redhat.com \
--cc=bleal@redhat.com \
--cc=eskultet@redhat.com \
--cc=gaosong@loongson.cn \
--cc=lixianglai@loongson.cn \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
--cc=wainersm@redhat.com \
--cc=wuzhiguo@loongson.cn \
--cc=yangxiaojuan@loongson.cn \
--cc=zhaotianrui@loongson.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).