[gjs: 1/4] CI: Add glibc-gconv-extra to CI image




commit 430fd3de4c08e22b432847917d741cd1add757dc
Author: Philip Chimento <philip chimento gmail com>
Date:   Sun Jul 24 21:44:24 2022 -0700

    CI: Add glibc-gconv-extra to CI image
    
    This package is needed in order to support all the encodings that the
    WHATWG Encoding standard requires. It looks like it was split out from
    another package in Fedora 36, so it needs to be added explicitly.

 test/extra/Dockerfile       | 1 +
 test/extra/Dockerfile.debug | 1 +
 2 files changed, 2 insertions(+)
---
diff --git a/test/extra/Dockerfile b/test/extra/Dockerfile
index 8a0682ac6..2a59fc528 100644
--- a/test/extra/Dockerfile
+++ b/test/extra/Dockerfile
@@ -68,6 +68,7 @@ RUN dnf -y install --enablerepo=fedora-debuginfo,updates-debuginfo \
     glib2-debugsource \
     glib2-devel \
     glibc-debuginfo \
+    glibc-gconv-extra \
     glibc-locale-source \
     gnome-desktop-testing \
     gobject-introspection-debuginfo \
diff --git a/test/extra/Dockerfile.debug b/test/extra/Dockerfile.debug
index 415418b7f..fc7b7e3ad 100644
--- a/test/extra/Dockerfile.debug
+++ b/test/extra/Dockerfile.debug
@@ -85,6 +85,7 @@ RUN dnf -y install --enablerepo=fedora-debuginfo,updates-debuginfo \
     glib2-debugsource \
     glib2-devel \
     glibc-debuginfo \
+    glibc-gconv-extra \
     glibc-locale-source \
     gnome-desktop-testing \
     gobject-introspection-debuginfo \


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