public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH][PUSHED] Leap container: fix debuginfod-devel package installation.
@ 2022-06-16  5:02 Martin Liška
  0 siblings, 0 replies; only message in thread
From: Martin Liška @ 2022-06-16  5:02 UTC (permalink / raw)
  To: buildbot

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


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

only message in thread, other threads:[~2022-06-16  5:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-16  5:02 [PATCH][PUSHED] Leap container: fix debuginfod-devel package installation Martin Liška

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