public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* Include jq and json-c in the rawhide container buildbot image
@ 2022-09-02 14:55 Ryan Goldberg
  2022-09-05 21:00 ` Mark Wielaard
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Goldberg @ 2022-09-02 14:55 UTC (permalink / raw)
  To: buildbot


[-- Attachment #1.1: Type: text/plain, Size: 218 bytes --]

Hi,
I am testing PR29472 and need jq and the json-c development lib in order to
test the querying of metadata from debuginfod servers which returns a json
array of the data. I've attached the needed patch
Thanks,
Ryan

[-- Attachment #2: 0001-rawhide-container-Add-jq-and-json-c-devel.patch --]
[-- Type: text/x-patch, Size: 1098 bytes --]

From 0118ee52581e67356c6c212dbb4b101b939a986f Mon Sep 17 00:00:00 2001
From: Ryan Goldberg <rgoldber@redhat.com>
Date: Fri, 2 Sep 2022 10:46:55 -0400
Subject: [PATCH] rawhide container: Add jq and json-c-devel

This is for building and testing newer elfutils code.
---
 builder/containers/Containerfile-fedora-rawhide | 1 +
 1 file changed, 1 insertion(+)

diff --git a/builder/containers/Containerfile-fedora-rawhide b/builder/containers/Containerfile-fedora-rawhide
index 977de2b..7834ba6 100644
--- a/builder/containers/Containerfile-fedora-rawhide
+++ b/builder/containers/Containerfile-fedora-rawhide
@@ -10,6 +10,7 @@ RUN dnf upgrade -y && \
         expat-devel rpm-devel ima-evm-utils-devel openssl-devel rpm-sign \
         findutils file tar curl libarchive-devel libcurl-devel \
         libmicrohttpd-devel sqlite-devel elfutils elfutils-devel ncurses-devel \
+        jq json-c-devel \
         texinfo \
         xmlto xmlto-tex fop poppler-utils libxslt docbook-dtds docbook-style-xsl \
         libxml2-devel dos2unix dpkg koji python3-devel python3-koji python3-mock \
-- 
2.37.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-05 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-02 14:55 Include jq and json-c in the rawhide container buildbot image Ryan Goldberg
2022-09-05 21:00 ` 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).