From 13f5f76f5563f318d4d6440d5df173ecd07539f3 Mon Sep 17 00:00:00 2001 From: MGlolenstine Date: Wed, 24 May 2023 17:31:46 +0200 Subject: [PATCH] Added gtk 4.10.0 to the CI. --- .github/workflows/docker.yml | 3 +++ gtk4-cross-base-hub/Dockerfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 44d3e6d..08f1a40 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -23,6 +23,9 @@ jobs: - name: gtk-4.8 gtktag: 4.8.2 adwtag: 1.2.0 + - name: gtk-4.10 + gtktag: 4.10.0 + adwtag: 1.3.2 fail-fast: false steps: diff --git a/gtk4-cross-base-hub/Dockerfile b/gtk4-cross-base-hub/Dockerfile index e339169..9e11330 100644 --- a/gtk4-cross-base-hub/Dockerfile +++ b/gtk4-cross-base-hub/Dockerfile @@ -24,7 +24,7 @@ RUN dnf install git mingw64-binutils mingw64-gcc meson mingw64-pango mingw64-gdk # Clone the gtk4 repository (Move after the mingw setup for efficiency later) WORKDIR /tmp -RUN git clone --branch %GTKTAG% https://gitlab.gnome.org/GNOME/gtk.git +RUN git clone --depth 1 --branch %GTKTAG% https://gitlab.gnome.org/GNOME/gtk.git # Clone the libadwaita repository (Move after the mingw setup for efficiency later) WORKDIR /tmp