mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
ci: Update meson to 0.47.0 in docker image
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
image: registry.gitlab.gnome.org/gnome/glib/master:v5
|
||||
image: registry.gitlab.gnome.org/gnome/glib/master:v6
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
@@ -48,7 +48,7 @@ RUN rm -rf $ANDROID_NDK_PATH
|
||||
|
||||
COPY cross_file_mingw64.txt /opt
|
||||
|
||||
RUN pip3 install meson==0.46.1
|
||||
RUN pip3 install meson==0.47.0
|
||||
|
||||
ARG HOST_USER_ID=5555
|
||||
ENV HOST_USER_ID ${HOST_USER_ID}
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
TAG="registry.gitlab.gnome.org/gnome/glib/master:v5"
|
||||
TAG="registry.gitlab.gnome.org/gnome/glib/master:v6"
|
||||
|
||||
docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
|
||||
--file "Dockerfile" .
|
||||
|
Reference in New Issue
Block a user