summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2023-04-30 20:33:36 +0200
committerChun-wei Fan <fanchunwei@src.gnome.org>2023-05-10 09:56:27 +0800
commit271432920774cbe09585712c407b06feab019552 (patch)
tree3f5c8c30aff30f39e24e367ecf616f9118a19612
parentc8933b97fbeddb92a9c8d7cec7565bc337b97f53 (diff)
downloadgtk+-wip/otte/win32-wgl-cleanups.tar.gz
CI: Use graphene fedora-mingw packagewip/otte/win32-wgl-cleanups
It's been available since F38.
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 95bfa130b5..de2d6972bb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -140,14 +140,14 @@ fedora-mingw64:
mingw64-glib2
mingw64-libepoxy
mingw64-pango
- # mingw64-graphene (rawhide)
+ mingw64-graphene
script:
- .gitlab-ci/show-info-linux.sh
- export PATH="$HOME/.local/bin:$PATH"
- pip3 install --user meson~=1.0
- meson subprojects download
- meson subprojects update --reset
- - meson -Dintrospection=disabled -Dgraphene:introspection=disabled _build
+ - meson -Dintrospection=disabled ${COMMON_MESON_FLAGS} _build
- meson compile -C _build
.mingw-defaults: