mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-28 10:30:03 +01: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:
|
||||
- build
|
||||
|
@ -3,9 +3,11 @@ FROM fedora:27
|
||||
RUN dnf -y install \
|
||||
autoconf \
|
||||
automake \
|
||||
bindfs \
|
||||
desktop-file-utils \
|
||||
elfutils-libelf-devel \
|
||||
findutils \
|
||||
fuse \
|
||||
gamin-devel \
|
||||
gcc \
|
||||
gcc-c++ \
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
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}" \
|
||||
--file "Dockerfile" .
|
||||
|
Loading…
x
Reference in New Issue
Block a user