[librsvg: 5/14] CI: Install google-roboto-fonts for rsvg-convert's tests




commit 33af1b3fc738fd1ba9ba5095d8438f2143e5eee1
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Mar 8 18:43:27 2022 -0600

    CI: Install google-roboto-fonts for rsvg-convert's tests
    
    The container images didn't have any system fonts.  Without any fonts,
    PDFs with text content don't get generated correctly.
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/673>

 ci/container_builds.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ci/container_builds.yml b/ci/container_builds.yml
index a207d248d..d5acbd019 100644
--- a/ci/container_builds.yml
+++ b/ci/container_builds.yml
@@ -6,7 +6,7 @@ include:
 variables:
   # When branching change the suffix to avoid conflicts with images
   # from the main branch
-  BASE_TAG: "2022-02-17.0-main"
+  BASE_TAG: "2022-03-09.0-main"
   RUST_STABLE: "1.58.1"
   RUST_MINIMUM: "1.56.1"
 
@@ -24,6 +24,7 @@ variables:
       cairo-devel libxml2-devel wget openssl-devel
       pango-devel gdk-pixbuf-devel ccache gettext-tools
       sudo shadow system-group-wheel xz python38-docutils python3-pip
+      google-roboto-fonts
 
 .container.opensuse@x86_64.stable:
   extends: .container.opensuse@common
@@ -96,6 +97,7 @@ opensuse-container@x86_64.nightly:
       gtk-doc git redhat-rpm-config gtk3-devel ccache
       libxml2-devel cairo-devel pango-devel wget openssl-devel
       gettext-devel python3-docutils python3-pip
+      google-roboto-fonts
 
 .container.fedora@x86_64:
   extends: .container.fedora@common
@@ -143,6 +145,7 @@ opensuse-container@x86_64.nightly:
       libxml2-dev libcairo2-dev python3-docutils
       ca-certificates openssl libssl-dev python3-pip
       autotools-dev libltdl-dev autopoint
+      fonts-roboto
 
 .container.debian@x86_64:
   extends: .container.debian@common


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]