From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from elastic.org (elastic.org [96.126.110.187]) by sourceware.org (Postfix) with ESMTPS id 5C5633858CDA for ; Wed, 2 Aug 2023 11:36:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5C5633858CDA Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=elastic.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=elastic.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=elastic.org ; s=default2; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=wlM06LOAgOtZ363VLBEIcD7nxE8zjHDrD2UMQfQgVSQ=; b=ZK+gMCzR7gMQ+t762WFkS6LK6s CJy1Avhl5EnJ39LIhuluFT+X1SkchKY4iyxbgqezdYnj9jITSkaIu36LEx3ME5yArZVpbZb1LhDF+ a7beCv12+ZGAJ71YXWWt6GNfFCmIj3lxz3iO+Gi6ZQMjamrxP600FUDvvHBA/qlxU314Xd3+QSPio +jB2t8cgoggC9WmfhSC/Q+J8oF0X9hTybbFI6MCTA+jcrj55pneccjT2Y9JnkZpTFycsCZ1khxEHw ZFo3tr/qm4yPFsrKhdQUdtLHTRGCbP1gVCJig8lQ1xkVN7MokYXHmcoZUmU6R9EWYkkP7o00KR8Xj Ndg9DOUA==; Received: from vpn-home.elastic.org ([10.0.0.2] helo=elastic.org) by elastic.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1qRA9l-00021v-1i; Wed, 02 Aug 2023 11:36:45 +0000 Received: from very.elastic.org ([192.168.1.1]) by elastic.org with esmtp (Exim 4.96) (envelope-from ) id 1qRA9k-000NEe-2W; Wed, 02 Aug 2023 07:36:44 -0400 Received: from fche by very.elastic.org with local (Exim 4.96) (envelope-from ) id 1qRA9k-001Hdi-2K; Wed, 02 Aug 2023 07:36:44 -0400 Date: Wed, 2 Aug 2023 07:36:44 -0400 From: "Frank Ch. Eigler" To: Guinevere Larsen Cc: buildbot@sourceware.org Subject: Re: [PATCH] add clang to fedora-rawhide container Message-ID: References: <20230802113400.1128479-2-blarsen@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230802113400.1128479-2-blarsen@redhat.com> X-Sender-Verification: "" X-Spam-Status: No, score=-101.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE,USER_IN_WELCOMELIST,USER_IN_WHITELIST autolearn=ham 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 - > The GDB clang worker uses the fedora-rawhide container, however, that > container doesn't actually install clang to compile the sources and run > the testsuite. This commit fixes that. Thanks, merged. - FChE