[at-spi2-core: 2/4] CI: install gi-docgen and sphinx
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core: 2/4] CI: install gi-docgen and sphinx
- Date: Wed, 28 Sep 2022 00:39:39 +0000 (UTC)
commit ad74e78c6c196394befa1c2d2ff9a75f2942bacc
Author: Federico Mena Quintero <federico gnome org>
Date: Tue Sep 27 19:07:43 2022 -0500
CI: install gi-docgen and sphinx
While we are at it, update the Rust version for grcov.
ci/container_builds.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/ci/container_builds.yml b/ci/container_builds.yml
index 40dc6f24..e8050afb 100644
--- a/ci/container_builds.yml
+++ b/ci/container_builds.yml
@@ -13,8 +13,8 @@ include:
variables:
# When branching change the suffix to avoid conflicts with images
# from the main branch
- BASE_TAG: "2022-07-12.0-main"
- RUST_STABLE: "1.58.1"
+ BASE_TAG: "2022-09-27.0-main"
+ RUST_STABLE: "1.64.0"
.container.opensuse@x86_64:
stage: "container-build"
@@ -35,7 +35,6 @@ variables:
glib2-devel
gobject-introspection-devel
gsettings-desktop-schemas
- gtk-doc
itstool
libXi-devel
libXtst-devel
@@ -45,6 +44,7 @@ variables:
llvm
meson
ninja
+ python3-pip
python310
python310-gobject
python310-pytest
@@ -52,7 +52,8 @@ variables:
tar
wget
FDO_DISTRIBUTION_EXEC: >-
- bash ci/install-rust.sh ${RUST_STABLE} x86_64-unknown-linux-gnu
+ bash ci/install-rust.sh ${RUST_STABLE} x86_64-unknown-linux-gnu &&
+ pip3 install gi-docgen sphinx sphinx_rtd_theme
opensuse-container@x86_64:
extends:
@@ -79,7 +80,6 @@ opensuse-container@x86_64:
glib2-devel
gobject-introspection-devel
gsettings-desktop-schemas
- gtk-doc
itstool
lcov
libXi-devel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]