From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9CB6BC07E96 for ; Thu, 8 Jul 2021 11:31:15 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5E0816144E for ; Thu, 8 Jul 2021 11:31:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5E0816144E Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=citrix.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from list by lists.xenproject.org with outflank-mailman.153015.282676 (Exim 4.92) (envelope-from ) id 1m1SFE-0002sz-9I; Thu, 08 Jul 2021 11:31:04 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 153015.282676; Thu, 08 Jul 2021 11:31:04 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1m1SFE-0002ss-66; Thu, 08 Jul 2021 11:31:04 +0000 Received: by outflank-mailman (input) for mailman id 153015; Thu, 08 Jul 2021 11:31:03 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1m1SFD-0002sm-97 for xen-devel@lists.xenproject.org; Thu, 08 Jul 2021 11:31:03 +0000 Received: from esa2.hc3370-68.iphmx.com (unknown [216.71.145.153]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id f92ac5d2-dfdf-11eb-8566-12813bfff9fa; Thu, 08 Jul 2021 11:31:02 +0000 (UTC) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: f92ac5d2-dfdf-11eb-8566-12813bfff9fa DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=citrix.com; s=securemail; t=1625743862; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=esbQBVKkIBzl+74nh9KJhdLM7ID0KyDQoub54rhJncg=; b=VqOxNPS8Kgp6aGeW6g+L1Op096VE9go9++lAhbzg2TCcx149SnfP1BSm Jn6kQTb5vlXv0kvfu4WLapmTKaIsXGdhjSBVjfVHVlMXzjB5tMjgiZNBe zm1/rRjwlir6+WufRre9/DCXLsDtvaSt40Zes4V2jLv6gtjttX6CvDt9d E=; Authentication-Results: esa2.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none IronPort-SDR: HXec6kzt16mgJQKxAcOzU5NRmTAJVrmDQSS4y8PAnxA3baa85izGTg4YTuY2SdAEqStzPdlKaD jcrGzu7ADs9HzlBt1qQtIJRTE2hgGoNmndLH9jP41OT6h664sLMhblWkCnkwYUqv/efVGCSFqT cXERBEV4s7lyPpzC7EgHt9rtLtxZf1p9IGnFNLcHokQdyXNM/XXO04Os4ezFGk1QWVOR9ytbQs MeavI66n9qhURXDHsVhUCd4RuzRnigGuwoRBTTDjDwJfclqc5dMMWNngz5vpoa1zWVelnH9AGJ PCE= X-SBRS: 5.1 X-MesageID: 47817631 X-Ironport-Server: esa2.hc3370-68.iphmx.com X-Remote-IP: 162.221.158.21 X-Policy: $RELAYED IronPort-HdrOrdr: A9a23:X1yb1qoR8WMd9nyxluQCzGUaV5oTeYIsimQD101hICG8cqSj9v xGuM5rsiMc7wxhPk3I+OrwXJVoLkmxyXcY2+Ys1PKZLXDbUQiTXeRfBOnZsl7d8kTFn4Y3v8 pdmupFeb/N5DBB/L7HCWKDc+rIruPozJyV X-IronPort-AV: E=Sophos;i="5.84,222,1620705600"; d="scan'208";a="47817631" Date: Thu, 8 Jul 2021 12:30:58 +0100 From: Anthony PERARD To: Andrew Cooper CC: , Doug Goldstein Subject: Re: [XEN PATCH 2/2] automation: Check if ninja is available before building QEMU Message-ID: References: <20210707164001.894805-1-anthony.perard@citrix.com> <20210707164001.894805-3-anthony.perard@citrix.com> <4667fbe6-8767-4769-7d3d-26ebfdf070ed@citrix.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4667fbe6-8767-4769-7d3d-26ebfdf070ed@citrix.com> On Thu, Jul 08, 2021 at 12:23:38PM +0100, Andrew Cooper wrote: > I'd go with simply: > > "ninja is now required to build the latest version of QEMU, and not all > distros have a suitable version.  Skip the QEMU build when ninja is not > available". > > Can fix on commit if you're happy with this. Sounds good, thanks. -- Anthony PERARD