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 [lib]ncurses-dev[el] to Debian and OpenSuse containers
Date: Sun, 24 Jul 2022 20:36:52 +0200	[thread overview]
Message-ID: <20220724183652.44154-1-mark@klomp.org> (raw)

This makes sure sim can be build when gdb pulls it in with
--enable-targets=all. The fedora container files already contain
ncurses-devel.
---
 builder/containers/Containerfile-debian-stable       | 2 +-
 builder/containers/Containerfile-debian-testing      | 2 +-
 builder/containers/Containerfile-opensuse-leap       | 3 ++-
 builder/containers/Containerfile-opensuse-tumbleweed | 3 ++-
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/builder/containers/Containerfile-debian-stable b/builder/containers/Containerfile-debian-stable
index d7c1973..f2aad80 100644
--- a/builder/containers/Containerfile-debian-stable
+++ b/builder/containers/Containerfile-debian-stable
@@ -9,7 +9,7 @@ RUN apt-get update && \
       coreutils make git autotools-dev autoconf dejagnu automake gettext bison flex \
       gawk m4 pkg-config gettext autopoint \
       bzip2 libbz2-dev xz-utils liblzma-dev gzip zlib1g-dev zstd libzstd-dev \
-      libexpat-dev \
+      libexpat-dev libncurses-dev \
       findutils file tar curl libarchive-tools libarchive-dev libcurl4-gnutls-dev \
       libmicrohttpd-dev libsqlite3-dev libelf-dev libdw-dev elfutils \
       libdebuginfod-dev \
diff --git a/builder/containers/Containerfile-debian-testing b/builder/containers/Containerfile-debian-testing
index 57c1e63..6c4448c 100644
--- a/builder/containers/Containerfile-debian-testing
+++ b/builder/containers/Containerfile-debian-testing
@@ -9,7 +9,7 @@ RUN apt-get update && \
       coreutils make git autotools-dev autoconf dejagnu automake gettext bison flex \
       gawk m4 pkg-config gettext autopoint \
       bzip2 libbz2-dev xz-utils liblzma-dev gzip zlib1g-dev zstd libzstd-dev \
-      libexpat-dev \
+      libexpat-dev libncurses-dev \
       findutils file tar curl libarchive-tools libarchive-dev libcurl4-gnutls-dev \
       libmicrohttpd-dev libsqlite3-dev libelf-dev libdw-dev elfutils \
       libdebuginfod-dev \
diff --git a/builder/containers/Containerfile-opensuse-leap b/builder/containers/Containerfile-opensuse-leap
index ec798b8..41eae37 100644
--- a/builder/containers/Containerfile-opensuse-leap
+++ b/builder/containers/Containerfile-opensuse-leap
@@ -13,7 +13,8 @@ RUN zypper -n install \
         xmlto poppler-tools libxslt docbook-dtds docbook-xsl-stylesheets \
         libxml2-devel dos2unix dpkg python3-devel python3-mock \
         python3-rpm python3-pyxdg python3-pip openmpi-devel gdb help2man wget \
-        texinfo libexpat-devel glibc-devel glibc-locale xxhash-devel
+        texinfo libexpat-devel glibc-devel glibc-locale xxhash-devel \
+	ncurses-devel
 
 # FIXME: remove once Leap package dependency for libdebuginfod is fixed
 RUN zypper -n install libdebuginfod1
diff --git a/builder/containers/Containerfile-opensuse-tumbleweed b/builder/containers/Containerfile-opensuse-tumbleweed
index 2c27166..4567199 100644
--- a/builder/containers/Containerfile-opensuse-tumbleweed
+++ b/builder/containers/Containerfile-opensuse-tumbleweed
@@ -12,7 +12,8 @@ RUN zypper -n install \
         xmlto poppler-tools libxslt docbook-dtds docbook-xsl-stylesheets \
         libxml2-devel dos2unix dpkg python3-devel python3-mock \
         python3-rpm python3-pyxdg python3-pip openmpi-devel gdb help2man wget \
-        texinfo libexpat-devel glibc-devel glibc-locale xxhash-devel
+        texinfo libexpat-devel glibc-devel glibc-locale xxhash-devel \
+	ncurses-devel
 RUN zypper clean
 
 # Install buildbot-worker
-- 
2.30.2


                 reply	other threads:[~2022-07-24 18:37 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=20220724183652.44154-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).