mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-31 04:43:06 +02:00
ci: add bindfs and fuse to Fedora CI image
Without `bindfs` and `fusermount`, all tests in g-file-info-filesystem-readonly.c are skipped.
This commit is contained in:
parent
a2f32f6a11
commit
ab892acf11
@ -1,4 +1,4 @@
|
|||||||
image: registry.gitlab.gnome.org/gnome/glib/master:v9
|
image: registry.gitlab.gnome.org/gnome/glib/master:v10
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
@ -3,9 +3,11 @@ FROM fedora:27
|
|||||||
RUN dnf -y install \
|
RUN dnf -y install \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
|
bindfs \
|
||||||
desktop-file-utils \
|
desktop-file-utils \
|
||||||
elfutils-libelf-devel \
|
elfutils-libelf-devel \
|
||||||
findutils \
|
findutils \
|
||||||
|
fuse \
|
||||||
gamin-devel \
|
gamin-devel \
|
||||||
gcc \
|
gcc \
|
||||||
gcc-c++ \
|
gcc-c++ \
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
TAG="registry.gitlab.gnome.org/gnome/glib/master:v9"
|
TAG="registry.gitlab.gnome.org/gnome/glib/master:v10"
|
||||||
|
|
||||||
docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
|
docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
|
||||||
--file "Dockerfile" .
|
--file "Dockerfile" .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user