[mutter/zbrown/docs-deps: 126/126] ci: Add gi-docgen dependencies to image
- From: Zander Brown <zbrown src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/zbrown/docs-deps: 126/126] ci: Add gi-docgen dependencies to image
- Date: Mon, 19 Jul 2021 01:25:15 +0000 (UTC)
commit 4a0310b4255bdc03c27e3e28e3a43518bb61a742
Author: Zander Brown <zbrown gnome org>
Date: Tue Jun 8 22:19:10 2021 +0100
ci: Add gi-docgen dependencies to image
.gitlab-ci.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 771a8f010b..e12cabb1c0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,13 +12,17 @@ stages:
.mutter.fedora:34@common:
variables:
FDO_DISTRIBUTION_VERSION: 34
- BASE_TAG: '2021-07-09.1'
+ BASE_TAG: '2021-07-19.1'
FDO_UPSTREAM_REPO: GNOME/mutter
FDO_DISTRIBUTION_PACKAGES: 'gdm gnome-shell xorg-x11-server-Xvfb sassc gcovr clang'
FDO_DISTRIBUTION_EXEC: |
dnf install -y 'dnf-command(builddep)' &&
+ # For docs
+ dnf install -y python3-markdown python3-toml python3-typogrify &&
+
+ # GNOME Shell
dnf builddep -y mutter --setopt=install_weak_deps=False &&
dnf builddep -y gnome-shell --setopt=install_weak_deps=False &&
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]