mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 06:40:04 +01:00
ci: Work-around dnf builddep not being installable
Work-around rawhide being broken: Problem: The operation would result in removing the following protected packages: dnf
This commit is contained in:
parent
520939242e
commit
aee533e517
1 changed files with 4 additions and 7 deletions
|
|
@ -63,8 +63,7 @@ build:
|
|||
before_script:
|
||||
- git clone https://gitlab.gnome.org/GNOME/libgudev.git
|
||||
- cd libgudev
|
||||
- dnf install -y 'dnf-command(builddep)'
|
||||
- dnf builddep -y libgudev
|
||||
- dnf install -y glibc-langpack-fr umockdev-devel
|
||||
- meson _build -Dprefix=/usr
|
||||
- ninja -C _build install
|
||||
- cd ..
|
||||
|
|
@ -119,13 +118,12 @@ test:
|
|||
- cd ..
|
||||
- git clone https://github.com/martinpitt/umockdev.git
|
||||
- cd umockdev
|
||||
- dnf install -y 'dnf-command(builddep)'
|
||||
- dnf builddep -y umockdev
|
||||
- dnf install -y chrpath libpcap-devel systemd-udev vala
|
||||
- meson _build -Dprefix=/usr
|
||||
- ninja -C _build install
|
||||
- cd ..
|
||||
- cd libgudev
|
||||
- dnf builddep -y libgudev
|
||||
- dnf install -y glibc-langpack-fr umockdev-devel
|
||||
- meson _build -Dprefix=/usr
|
||||
- ninja -C _build install
|
||||
- cd ..
|
||||
|
|
@ -148,8 +146,7 @@ check_abi:
|
|||
stage: test
|
||||
before_script:
|
||||
- cd libgudev
|
||||
- dnf install -y 'dnf-command(builddep)'
|
||||
- dnf builddep -y libgudev
|
||||
- dnf install -y glibc-langpack-fr umockdev-devel
|
||||
- meson _build -Dprefix=/usr
|
||||
- ninja -C _build install
|
||||
- cd ..
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue