From patchwork Wed Jan 8 11:02:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 64289 X-Patchwork-Delegate: david.marchand@redhat.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1D931A04FA; Wed, 8 Jan 2020 12:03:07 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 68BAF1D9BE; Wed, 8 Jan 2020 12:03:06 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id D7EFF1D9B4 for ; Wed, 8 Jan 2020 12:03:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578481384; 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; bh=CRoLmDwTyBMD5jDsWkcFzyPhsUGuOdkUuq5e97DOwKE=; b=JJORReQy7v22JWWjkuXhz8qs6oGuJKPLGtRgao8n5sugqWTfoNXWjjxB1UMJWDSiIoeEG+ VeOPYM+X0sALqHtEPJA5Xv36n/WgFWxnCOqIjUykifRsZ0NGc2x6EAAz02MNs8rt/DVUUh I5eJ5qReIC0dtEf7RvuDikETqx9tIxo= 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-208-08kH96WPOd6DFR5Vxe-hYg-1; Wed, 08 Jan 2020 06:03:00 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C81F010171D0; Wed, 8 Jan 2020 11:02:59 +0000 (UTC) Received: from dmarchan.remote.csb (ovpn-204-19.brq.redhat.com [10.40.204.19]) by smtp.corp.redhat.com (Postfix) with ESMTP id 78B01649C1; Wed, 8 Jan 2020 11:02:57 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: bruce.richardson@intel.com, bluca@debian.org, Aaron Conole , Michael Santana Date: Wed, 8 Jan 2020 12:02:51 +0100 Message-Id: <20200108110251.20916-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-MC-Unique: 08kH96WPOd6DFR5Vxe-hYg-1 X-Mimecast-Spam-Score: 0 Subject: [dpdk-dev] [PATCH] ci: pin meson to 0.52.0 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" meson 0.53.0 has a compatibility issue [1] with the python 3.5.2 that comes in Ubuntu 16.04. Let's pin meson to 0.52.0 while the fix is being prepared in meson. 1: https://github.com/mesonbuild/meson/issues/6427 Signed-off-by: David Marchand Acked-by: Luca Boccassi --- .ci/linux-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/linux-setup.sh b/.ci/linux-setup.sh index dfb9d4a20..310873b3d 100755 --- a/.ci/linux-setup.sh +++ b/.ci/linux-setup.sh @@ -1,7 +1,7 @@ #!/bin/sh -xe # need to install as 'root' since some of the unit tests won't run without it -sudo python3 -m pip install --upgrade meson +sudo python3 -m pip install --upgrade meson==0.52 # setup hugepages cat /proc/meminfo