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 14E863858288 for ; Wed, 15 Jun 2022 21:32:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 14E863858288 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 (deer0x09.wildebeest.org [172.31.17.139]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id E8A2F302BBEB; Wed, 15 Jun 2022 23:32:09 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id 8C22F2E83DEA; Wed, 15 Jun 2022 23:32:09 +0200 (CEST) From: Mark Wielaard To: buildbot@sourceware.org Cc: Mark Wielaard Subject: [COMMITTED] Containerfile-debian-stable: Add libdebuginfod-dev Date: Wed, 15 Jun 2022 23:31:59 +0200 Message-Id: <20220615213159.728501-1-mark@klomp.org> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.5 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: buildbot@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "The https://builder.sourceware.org/ buildbot" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2022 21:32:12 -0000 On fedora this is pulled in by elfutils-devel so it isn't explicitly necessary there. --- builder/containers/Containerfile-debian-stable | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/containers/Containerfile-debian-stable b/builder/containers/Containerfile-debian-stable index 5dc8ac8..e7cd134 100644 --- a/builder/containers/Containerfile-debian-stable +++ b/builder/containers/Containerfile-debian-stable @@ -11,6 +11,7 @@ RUN apt-get update && \ bzip2 libbz2-dev xz-utils liblzma-dev gzip zlib1g-dev zstd libzstd-dev \ findutils file tar curl libarchive-tools libarchive-dev libcurl4-gnutls-dev \ libmicrohttpd-dev libsqlite3-dev libelf-dev libdw-dev elfutils \ + libdebuginfod-dev \ texinfo \ xmlto xsltproc docbook-xsl docbook-xml \ libxml2-dev dos2unix python3-dev python3-mock \ -- 2.30.2