mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 06:13:29 +02:00
ci: update meson
Rebuild the fedora docker image to get the newest meson release. (Backport 2.56: Tweaked by Philip Withnall <withnall@endlessm.com> to drop MSYS2 changes.) https://bugzilla.gnome.org/show_bug.cgi?id=795711
This commit is contained in:
committed by
Philip Withnall
parent
c96e45496c
commit
7132abe1e6
@@ -1,4 +1,4 @@
|
||||
image: ebassi/gitlab-glib:latest
|
||||
image: registry.gitlab.gnome.org/gnome/glib/master:v1
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
@@ -2,8 +2,10 @@
|
||||
|
||||
set -e
|
||||
|
||||
sudo docker build --build-arg HOST_USER_ID="$UID" --tag "gitlab-glib" \
|
||||
TAG="registry.gitlab.gnome.org/gnome/glib/master:v1"
|
||||
|
||||
sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
|
||||
--file "Dockerfile" .
|
||||
sudo docker run --rm \
|
||||
--volume "$(pwd)/..:/home/user/app" --workdir "/home/user/app" \
|
||||
--tty --interactive "gitlab-glib" bash
|
||||
--tty --interactive "${TAG}" bash
|
||||
|
Reference in New Issue
Block a user