From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 6FF78383A229 for ; Mon, 5 Sep 2022 21:00:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6FF78383A229 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from reform (deer0x08.wildebeest.org [172.31.17.138]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 318B7302AB2C; Mon, 5 Sep 2022 23:00:16 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id D9AC12E83388; Mon, 5 Sep 2022 23:00:15 +0200 (CEST) Date: Mon, 5 Sep 2022 23:00:15 +0200 From: Mark Wielaard To: Ryan Goldberg Cc: buildbot@sourceware.org Subject: Re: Include jq and json-c in the rawhide container buildbot image Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-5.2 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Ryan, On Fri, Sep 02, 2022 at 10:55:51AM -0400, Ryan Goldberg wrote: > 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 This has been installed. Do you need this only in the rawhide container or should jq and json-c-devel (libjson-c-dev on Debian) be installed in other containers too? Cheers, Mark