mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
ci: adapt to 'dtrace' package split
Fedora has decided to separate dtrace out of the systemtap-sdt-devel package: https://fedoraproject.org/wiki/Changes/Separate_dtrace_package Similarly, these are split in OpenSUSE Tumbleweed, however in a backward-compatbile way: https://build.opensuse.org/package/show/openSUSE:Factory/systemtap Require the new 'systemtap' package mapping, as well as the old 'dtrace'. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
8a9750cb29
commit
4cf8067c73
@ -83,6 +83,7 @@ function install_buildenv() {
|
||||
systemd-devel \
|
||||
systemd-rpm-macros \
|
||||
systemtap-sdt-devel \
|
||||
systemtap-sdt-dtrace \
|
||||
wireshark-devel \
|
||||
xen-devel
|
||||
rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
|
||||
|
@ -81,7 +81,8 @@ function install_buildenv() {
|
||||
sanlock-devel \
|
||||
sed \
|
||||
systemd-rpm-macros \
|
||||
systemtap-sdt-devel \
|
||||
systemtap-dtrace \
|
||||
systemtap-headers \
|
||||
wireshark-devel \
|
||||
xen-devel
|
||||
rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
|
||||
|
@ -94,6 +94,7 @@ exec "$@"\n' > /usr/bin/nosync && \
|
||||
systemd-devel \
|
||||
systemd-rpm-macros \
|
||||
systemtap-sdt-devel \
|
||||
systemtap-sdt-dtrace \
|
||||
wireshark-devel \
|
||||
xen-devel && \
|
||||
nosync dnf autoremove -y && \
|
||||
|
@ -82,7 +82,8 @@ RUN zypper dist-upgrade -y && \
|
||||
sanlock-devel \
|
||||
sed \
|
||||
systemd-rpm-macros \
|
||||
systemtap-sdt-devel \
|
||||
systemtap-dtrace \
|
||||
systemtap-headers \
|
||||
wireshark-devel \
|
||||
xen-devel && \
|
||||
zypper clean --all && \
|
||||
|
@ -76,6 +76,7 @@ packages:
|
||||
- sed
|
||||
- showmount
|
||||
- systemd-rpm-macros
|
||||
- systemtap
|
||||
- tc
|
||||
- wireshark
|
||||
- xen
|
||||
|
Loading…
Reference in New Issue
Block a user