From 18ad9c55833e9d7ad82a9f2248f186d67cc48230 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Tue, 10 Jan 2023 07:56:30 -0500 Subject: CI: Use distro gi-docgen in Dockerfile The gi-docgen installed in /home/user/.local/bin/ is actually less recent than the Fedora 36 gi-docgen RPM, so we can just install that via `dnf` instead. (And drop `pip`, since we no longer need it.) --- .gitlab-ci/fedora.Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.gitlab-ci') diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile index 26c4ab9d..6ff5a2d3 100644 --- a/.gitlab-ci/fedora.Dockerfile +++ b/.gitlab-ci/fedora.Dockerfile @@ -9,9 +9,9 @@ RUN dnf -y install \ ninja-build \ pkgconf \ clang \ + gi-docgen \ gobject-introspection-devel \ vulkan-headers \ - python3-pip \ wayland-devel \ wayland-protocols-devel \ sysprof-devel @@ -28,7 +28,4 @@ RUN useradd -u $HOST_USER_ID -G wheel -ms /bin/bash user USER user WORKDIR /home/user -ENV PATH="/home/user/.local/bin:${PATH}" -RUN pip3 install --user --upgrade gi-docgen - ENV LANG C.UTF-8 -- cgit v1.2.1