From nobody Tue May 7 23:57:57 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1564135513; cv=none; d=zoho.com; s=zohoarc; b=iYZ3E8+MNrGORcjl+3y5mlxpahDo5EmxFSMyTJHUZ5ltffakfwSBQMoIGka4HXzm7CcPIjUDZ3VKNaITuYPBy/vzX4gLL8xBiMsHcpA9a6mLeW0nerQeIeIme4apPDe2pPFdayYL1xVcEx9rCpPL8tXCHoa/QlfFfyYNZ17RppQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1564135513; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=1wMXELiVTAbuu5HI1kPYeCXKu/ZrLgRlxQTSOaO3hXg=; b=AKoPaFWf8kuGib0+6hBiNQdLo5pNtyLM268orUfn2F3qB60TB1gi+Lp1BkfC6hxq6UNCnYK5lPOt/C3BuNOoVUO9KZWLwfzs5oO2GvZbgcDs829HJqGO7pT2AICXxI0GWmi0x6zDV00LHz2NQzaJNrFPzWzTM/aXD4iyTJvU4k0= ARC-Authentication-Results: i=1; mx.zoho.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1564135513415567.1452255253771; Fri, 26 Jul 2019 03:05:13 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1hqx4T-0003d6-Cf; Fri, 26 Jul 2019 10:03:29 +0000 Received: from us1-rack-dfw2.inumbo.com ([104.130.134.6]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1hqx4S-0003d1-59 for xen-devel@lists.xenproject.org; Fri, 26 Jul 2019 10:03:28 +0000 Received: from mx1.suse.de (unknown [195.135.220.15]) by us1-rack-dfw2.inumbo.com (Halon) with ESMTPS id 9c2994a7-af8c-11e9-8980-bc764e045a96; Fri, 26 Jul 2019 10:03:26 +0000 (UTC) Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id C1664B642; Fri, 26 Jul 2019 10:03:25 +0000 (UTC) X-Inumbo-ID: 9c2994a7-af8c-11e9-8980-bc764e045a96 X-Virus-Scanned: by amavisd-new at test-mx.suse.de From: Dario Faggioli To: xen-devel@lists.xenproject.org Date: Fri, 26 Jul 2019 12:03:25 +0200 Message-ID: <156413540514.22784.14073005924861814163.stgit@Palanthas> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Subject: [Xen-devel] [PATCH] ci: install C++ in opensuse-leap CI container X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Doug Goldstein Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" The openSUSE Leap container image, built after opensuse-leap.dockerfile was missing the gcc-c++, which is necessary, e.g., for building OVMF. Add it. Signed-off-by: Dario Faggioli Acked-by: Doug Goldstein --- Cc: Doug Goldstein --- automation/build/suse/opensuse-leap.dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/automation/build/suse/opensuse-leap.dockerfile b/automation/bu= ild/suse/opensuse-leap.dockerfile index 614a5c8405..a627c9a1f1 100644 --- a/automation/build/suse/opensuse-leap.dockerfile +++ b/automation/build/suse/opensuse-leap.dockerfile @@ -21,6 +21,7 @@ RUN zypper install -y \ discount \ flex \ gcc \ + gcc-c++ \ gettext-tools \ git \ glib2-devel \ _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel