From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1E8ADA0A02; Fri, 21 May 2021 17:04:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 92A6640686; Fri, 21 May 2021 17:04:14 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id A1AEC40143 for ; Fri, 21 May 2021 17:04:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1621609451; 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: in-reply-to:in-reply-to:references:references; bh=im+0Z6458qxfKJ/qHYdVkpMVyVHSTYUqUnMSTarUxSQ=; b=ConehJ7g4IF906AXaH6bq71JwFu0e5iXirdPIEF5YoGK0Z/t2SLyRd+oByJ/OOs9o4s7sp /PfgCa3gCs6wHVbCb35N9RkinPMdZAe0gIHXCtciwHtZ7PxgMBgsqZCVBAOazTblI7dBxE Zbyxf7XpEFIavKoKsRofZv+DEPtaRVA= Received: from mail-vs1-f69.google.com (mail-vs1-f69.google.com [209.85.217.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-95-RWeOrQZYNWi0b6JhkTD-cw-1; Fri, 21 May 2021 11:04:10 -0400 X-MC-Unique: RWeOrQZYNWi0b6JhkTD-cw-1 Received: by mail-vs1-f69.google.com with SMTP id n26-20020a67d61a0000b029023651d629a4so5881165vsj.0 for ; Fri, 21 May 2021 08:04:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=im+0Z6458qxfKJ/qHYdVkpMVyVHSTYUqUnMSTarUxSQ=; b=DQZ/WIFta9Bm7PbEJcO/LHpNBeQeZMoKFgVj56mjL2n1wKdRps8HXtrB3SHMWe+XU3 cTCz7gX/rCljtrOqytw1kMFyxYVCbIhh4/o+maH7LhDPwX3kJAEWxWMwWj1kIDCA25gx 4UDi0SFplCMS/B74vqtVfLJN2MmFg/RSB5mmHe9x+avb0JeWfPhV49s7d/Cm4ssCiFhu qPfWeHqrLZ+NT4ntEAzyytCLgpSSKB5Bql+71xJdfUGC3NtVFwKECGDgvBoWCExGNeQP wYhqU0czXYOupYXs+3bb3WzQImGyfOMtxwQ2/ER/m8jakgY8b5Ai3u4rAD0yTEHtC31B TwsQ== X-Gm-Message-State: AOAM532nDj+BBNIphftY4n/7vZ9xZgXgxisxQFPcpkLhX6FPw83iPRk8 x0bYlxW8ERgx39DTOpKuL0zL/+Zj6uvujUtHVKIMiwKYInNNNZT138sfQonjzPA4eLNrcDE2OBg DLnJ4xNIu6cSgpscQobA= X-Received: by 2002:a67:6b41:: with SMTP id g62mr11304233vsc.5.1621609449850; Fri, 21 May 2021 08:04:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz29NQmv3DneuTIXVQu3D3iU3QZxrz9EECZ/LmBQD7heJEroW/UJV+6IpylWqnPHLtmHz/gE50MjDTevMjoFsI= X-Received: by 2002:a67:6b41:: with SMTP id g62mr11304214vsc.5.1621609449662; Fri, 21 May 2021 08:04:09 -0700 (PDT) MIME-Version: 1.0 References: <20210412215339.2439530-1-thomas@monjalon.net> In-Reply-To: <20210412215339.2439530-1-thomas@monjalon.net> From: David Marchand Date: Fri, 21 May 2021 17:03:58 +0200 Message-ID: To: Thomas Monjalon Cc: dev , Bruce Richardson Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] devtools: test different build types X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" On Mon, Apr 12, 2021 at 11:54 PM Thomas Monjalon wrote: > @@ -213,9 +218,10 @@ for c in gcc clang ; do > abicheck=ABI init of buildtype var is missing here. Rest lgtm. > else > abicheck=skipABI # save time and disk space > + buildtype='--buildtype=minsize' > fi > export CC="$CCACHE $c" > - build build-$c-$s $c $abicheck --default-library=$s > + build build-$c-$s $c $abicheck $buildtype --default-library=$s > unset CC > done > done -- David Marchand