mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
ci: Install some missing packages in fedora docker image
This commit is contained in:
parent
5daad373a3
commit
8661d94c3e
@ -98,9 +98,6 @@ installed-tests:
|
|||||||
extends: .only-default
|
extends: .only-default
|
||||||
image: $FEDORA_IMAGE
|
image: $FEDORA_IMAGE
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
|
||||||
# FIXME move to docker image
|
|
||||||
- sudo dnf install -y gnome-desktop-testing python3-dbusmock xdg-desktop-portal
|
|
||||||
script:
|
script:
|
||||||
# FIXME Install xdg-desktop-portal build deps before compiling glib,
|
# FIXME Install xdg-desktop-portal build deps before compiling glib,
|
||||||
# so it doesn't overwrite our own glib build
|
# so it doesn't overwrite our own glib build
|
||||||
|
@ -43,12 +43,14 @@ RUN dnf -y install \
|
|||||||
ncurses-compat-libs \
|
ncurses-compat-libs \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
pcre-devel \
|
pcre-devel \
|
||||||
|
python3-dbusmock \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
shared-mime-info \
|
shared-mime-info \
|
||||||
systemtap-sdt-devel \
|
systemtap-sdt-devel \
|
||||||
unzip \
|
unzip \
|
||||||
valgrind \
|
valgrind \
|
||||||
wget \
|
wget \
|
||||||
|
xdg-desktop-portal \
|
||||||
xz \
|
xz \
|
||||||
zlib-devel \
|
zlib-devel \
|
||||||
&& dnf clean all
|
&& dnf clean all
|
||||||
|
Loading…
Reference in New Issue
Block a user