[v2,0/3] travis: enhancements for build (plus a meson fix)
Message ID | 20190412162141.23327-1-aconole@redhat.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3EAB81B212; Fri, 12 Apr 2019 18:21:51 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 9F0291B207 for <dev@dpdk.org>; Fri, 12 Apr 2019 18:21:49 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DAD483007C2A; Fri, 12 Apr 2019 16:21:48 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-122-94.rdu2.redhat.com [10.10.122.94]) by smtp.corp.redhat.com (Postfix) with ESMTP id B34C65D705; Fri, 12 Apr 2019 16:21:47 +0000 (UTC) From: Aaron Conole <aconole@redhat.com> To: dev@dpdk.org Cc: Bruce Richardson <bruce.richardson@intel.com>, Luca Boccassi <bluca@debian.org>, Reshma Pattan <reshma.pattan@intel.com>, Agalya Babu RadhaKrishnan <agalyax.babu.radhakrishnan@intel.com>, David Marchand <dmarchan@redhat.com> Date: Fri, 12 Apr 2019 12:21:38 -0400 Message-Id: <20190412162141.23327-1-aconole@redhat.com> In-Reply-To: <20190411195229.7841-1-aconole@redhat.com> References: <20190411195229.7841-1-aconole@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.40]); Fri, 12 Apr 2019 16:21:49 +0000 (UTC) Subject: [dpdk-dev] [PATCH v2 0/3] travis: enhancements for build (plus a meson fix) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> |
Message
Aaron Conole
April 12, 2019, 4:21 p.m. UTC
This series improves the travis integration a bit, and adds the ability for the meson system to auto-detect the number of cores. v1->v2 (all patch 3/3 changes): * Fix a spelling mistake * Add support for FreeBSD * Include a default fallback * Use a more robust core-mask argument source (rather than lscpu) Aaron Conole (3): travis: enable ccache travis: add a distinguisher to the 'extra' builds app/test/meson: auto detect number of cores .travis.yml | 19 +++++++++---------- app/test/meson.build | 35 ++++++++++++++++++++++++++++++++--- 2 files changed, 41 insertions(+), 13 deletions(-)