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