mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 09:58:54 +02:00
ci: Update Fedora CI images to new oldstable (33)
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM fedora:31
|
||||
FROM fedora:33
|
||||
|
||||
RUN dnf -y install \
|
||||
autoconf \
|
||||
|
@@ -1,7 +1,4 @@
|
||||
FROM fedora:31
|
||||
|
||||
# Set /etc/machine-id as it’s needed for some D-Bus tests
|
||||
RUN systemd-machine-id-setup
|
||||
FROM fedora:33
|
||||
|
||||
RUN dnf -y update \
|
||||
&& dnf -y install \
|
||||
@@ -79,6 +76,9 @@ RUN dnf -y update \
|
||||
|
||||
RUN pip3 install meson==0.52.1
|
||||
|
||||
# Set /etc/machine-id as it’s needed for some D-Bus tests
|
||||
RUN systemd-machine-id-setup
|
||||
|
||||
# Enable sudo for wheel users
|
||||
RUN sed -i -e 's/# %wheel/%wheel/' -e '0,/%wheel/{s/%wheel/# %wheel/}' /etc/sudoers
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM fedora:31
|
||||
FROM fedora:33
|
||||
|
||||
RUN dnf -y install \
|
||||
bindfs \
|
||||
|
Reference in New Issue
Block a user