public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add [lib]ncurses-dev[el] to Debian and OpenSuse containers
@ 2022-07-24 18:36 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2022-07-24 18:36 UTC (permalink / raw)
  To: buildbot; +Cc: Mark Wielaard

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-24 18:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-24 18:36 [PATCH] Add [lib]ncurses-dev[el] to Debian and OpenSuse containers Mark Wielaard

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).