public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: buildbot@sourceware.org
Cc: Mark Wielaard <mark@klomp.org>
Subject: [PATCH] Add glibc-gconv-extra explicitly to all fedora containers
Date: Thu, 13 Jul 2023 18:11:31 +0200	[thread overview]
Message-ID: <20230713161131.155699-1-mark@klomp.org> (raw)

This contains all iconv converter modules for glibc.
Including ISO8859-7 which is needed for some gcc el.po conversions.
---
 builder/containers/Containerfile-fedora-latest  | 1 +
 builder/containers/Containerfile-fedora-mingw   | 1 +
 builder/containers/Containerfile-fedora-rawhide | 1 +
 3 files changed, 3 insertions(+)

diff --git a/builder/containers/Containerfile-fedora-latest b/builder/containers/Containerfile-fedora-latest
index b87b111..f8acb73 100644
--- a/builder/containers/Containerfile-fedora-latest
+++ b/builder/containers/Containerfile-fedora-latest
@@ -3,6 +3,7 @@ FROM registry.fedoraproject.org/fedora:latest
 RUN dnf upgrade -y && \
     dnf install -y \
         gcc gcc-c++ libubsan libasan libtool ccache valgrind \
+	glibc-gconv-extra \
 	isl-devel libmpc-devel mpfr-devel gmp-devel autogen \
         patch util-linux diffutils iproute bsdtar cpio procps \
         coreutils make git autoconf dejagnu automake gettext-devel bison flex \
diff --git a/builder/containers/Containerfile-fedora-mingw b/builder/containers/Containerfile-fedora-mingw
index 1bb8657..6b83ab9 100644
--- a/builder/containers/Containerfile-fedora-mingw
+++ b/builder/containers/Containerfile-fedora-mingw
@@ -3,6 +3,7 @@ FROM registry.fedoraproject.org/fedora:latest
 RUN dnf upgrade -y && \
     dnf install -y \
 	ccache gcc gcc-c++ gcc-gfortran make texinfo autogen \
+	glibc-gconv-extra \
 	automake autoconf libtool git dejagnu file tar \
 	isl-devel libmpc-devel mpfr-devel gmp-devel \
 	patch util-linux diffutils sharutils coreutils findutils \
diff --git a/builder/containers/Containerfile-fedora-rawhide b/builder/containers/Containerfile-fedora-rawhide
index 5e7719f..17d9fcc 100644
--- a/builder/containers/Containerfile-fedora-rawhide
+++ b/builder/containers/Containerfile-fedora-rawhide
@@ -3,6 +3,7 @@ FROM registry.fedoraproject.org/fedora:rawhide
 RUN dnf upgrade -y && \
     dnf install -y \
         gcc gcc-c++ libubsan libasan libtool ccache valgrind \
+	glibc-gconv-extra \
 	isl-devel libmpc-devel mpfr-devel gmp-devel autogen \
         patch util-linux diffutils iproute bsdtar cpio procps \
         coreutils make git autoconf dejagnu automake gettext-devel bison flex \
-- 
2.41.0


                 reply	other threads:[~2023-07-13 16:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230713161131.155699-1-mark@klomp.org \
    --to=mark@klomp.org \
    --cc=buildbot@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).