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] Leap container: fix debuginfod-devel package installation.
Date: Thu, 16 Jun 2022 07:02:11 +0200	[thread overview]
Message-ID: <4e2c425b-143c-0b94-5386-bfff13274ee5@suse.cz> (raw)

Add workaround for a missing dependency that will be fixed in Leap.
---
 builder/containers/Containerfile-opensuse-leap | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/builder/containers/Containerfile-opensuse-leap b/builder/containers/Containerfile-opensuse-leap
index 336548d..51e74c4 100644
--- a/builder/containers/Containerfile-opensuse-leap
+++ b/builder/containers/Containerfile-opensuse-leap
@@ -14,6 +14,9 @@ RUN zypper -n install \
         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
+
+# FIXME: remove once Leap package dependency for libdebuginfod is fixed
+RUN zypper -n install libdebuginfod1
 RUN zypper clean
 
 # Install buildbot-worker
-- 
2.36.1


                 reply	other threads:[~2022-06-16  5:02 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=4e2c425b-143c-0b94-5386-bfff13274ee5@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).