public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: "Martin Liška" <mliska@suse.cz>
To: buildbot@sourceware.org
Subject: [PATCH][pushed] openSUSE containers: install libexpat-devel package
Date: Mon, 30 May 2022 14:29:18 +0200	[thread overview]
Message-ID: <27fbf61c-ab3a-c5f5-b5c1-9ec6e6e94492@suse.cz> (raw)

The package is needed by gdb.
---
 builder/containers/Containerfile-opensuse-leap       | 2 +-
 builder/containers/Containerfile-opensuse-tumbleweed | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/builder/containers/Containerfile-opensuse-leap b/builder/containers/Containerfile-opensuse-leap
index 7bc9066..a9f70d8 100644
--- a/builder/containers/Containerfile-opensuse-leap
+++ b/builder/containers/Containerfile-opensuse-leap
@@ -12,7 +12,7 @@ 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
+        texinfo libexpat-devel
 RUN zypper clean
 
 # Install buildbot-worker
diff --git a/builder/containers/Containerfile-opensuse-tumbleweed b/builder/containers/Containerfile-opensuse-tumbleweed
index 08c4ef4..b473990 100644
--- a/builder/containers/Containerfile-opensuse-tumbleweed
+++ b/builder/containers/Containerfile-opensuse-tumbleweed
@@ -12,7 +12,7 @@ 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
+        texinfo libexpat-devel
 RUN zypper clean
 
 # Install buildbot-worker
-- 
2.36.1


                 reply	other threads:[~2022-05-30 12:29 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=27fbf61c-ab3a-c5f5-b5c1-9ec6e6e94492@suse.cz \
    --to=mliska@suse.cz \
    --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).