summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2021-08-31 12:51:55 +0200
committerCarlos Garnacho <carlosg@gnome.org>2021-08-31 13:15:01 +0200
commit876e1b7b4a27824b8f80e5b223c245971c8a103f (patch)
tree8dec0c56d7cdd809ad2dc7a5848836a46fc5e5d0
parent2a5a26e191a420699a06aa293c5f9ebd3f0f64e4 (diff)
downloadtracker-wip/carlosg/glib2-xref.tar.gz
ci: Download and install glib2-doc manuallywip/carlosg/glib2-xref
For some reason, dnf eats /usr/share/gtk-doc away in containers. We need the glib2 documentation for online docs to be found, and cross referencing to work.
-rw-r--r--.gitlab-ci.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 99a458342..01acf00ad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,14 +60,16 @@ check-merge-request:
.tracker.fedora@common:
variables:
- BASE_TAG: '2021-08-23.0'
+ BASE_TAG: '2021-08-31.0'
FDO_UPSTREAM_REPO: GNOME/tracker
- FDO_DISTRIBUTION_PACKAGES: 'clang clang-analyzer gcovr git libasan libubsan python3-gobject python3-pip umockdev-devel xmlto uncrustify patch diffutils cmake python-devel glib2-doc'
+ FDO_DISTRIBUTION_PACKAGES: 'clang clang-analyzer gcovr git libasan libubsan python3-gobject python3-pip umockdev-devel xmlto uncrustify patch diffutils cmake python-devel'
FDO_DISTRIBUTION_EXEC: |
- dnf install -y 'dnf-command(builddep)' &&
+ dnf install -y 'dnf-command(builddep)' 'dnf-command(download)' &&
dnf builddep -y tracker tracker-miners --setopt=install_weak_deps=False &&
dnf clean all &&
- pip3 install beautifulsoup4 mkdocs mkdocs-cinder tap.py meson hotdoc
+ pip3 install beautifulsoup4 mkdocs mkdocs-cinder tap.py meson hotdoc &&
+ dnf download glib2-doc &&
+ rpm -i ./glib2-doc*.rpm
.tracker.ubuntu@common:
variables: