From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B39CEA046B; Thu, 9 Jan 2020 15:16:56 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4C6441DDE8; Thu, 9 Jan 2020 15:16:55 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 647651DDE0 for ; Thu, 9 Jan 2020 15:16:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578579412; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ut1xOr4wbnG8eSJr5QIVKjKDKK84zhHN6VQBLHXMHLs=; b=IsvhDHhiGIV65YnPGSVBf5Qo3rDcmGZGDszLcbINuPGXzgiEGZbVqMslEgY0qcq5Mymb7h HhC1EcBgvLZ+eUfys7VL9dvEy4giqY7gMkb5fybYamcmretk68WOAYFsXKzhjf3zHibF7H wtmfWfOLRpcfeDXaPC1nenOEldrS5+8= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-368-UOIVLqftNBSU89aEzV7FWA-1; Thu, 09 Jan 2020 09:16:49 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2DE7D801E67; Thu, 9 Jan 2020 14:16:48 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-124-121.rdu2.redhat.com [10.10.124.121]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A18BF60C85; Thu, 9 Jan 2020 14:16:44 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: dev@dpdk.org, bruce.richardson@intel.com, bluca@debian.org, stable@dpdk.org, Michael Santana References: <20200109125916.32073-1-david.marchand@redhat.com> <20200109125916.32073-2-david.marchand@redhat.com> Date: Thu, 09 Jan 2020 09:16:43 -0500 In-Reply-To: <20200109125916.32073-2-david.marchand@redhat.com> (David Marchand's message of "Thu, 9 Jan 2020 13:59:16 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: UOIVLqftNBSU89aEzV7FWA-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH 2/2] ci: use meson 0.47.1 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" David Marchand writes: > meson 0.53.0 has a compatibility issue [1] with the python 3.5.2 that com= es > in Ubuntu 16.04. > On the other hand, the minimal version supported in dpdk is 0.47.1. > > Stick to this version to avoid getting hit by regressions in meson latest > shiny release. > > 1: https://github.com/mesonbuild/meson/issues/6427 > > Cc: stable@dpdk.org > > Signed-off-by: David Marchand > --- Acked-by: Aaron Conole