From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 58BF0A49 for ; Tue, 18 Sep 2018 15:10:28 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 4D08935B; Tue, 18 Sep 2018 09:10:27 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 18 Sep 2018 09:10:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=1tdXS08Ddp5ZzR7QtSnRPXBcw3 T7mM9bb+C3xGAlbME=; b=KPfet1hYGwecWjTPO7QeJWXq6EMpSzCO2Ub8IjE8gL jGkYu8frH6AlkwstaRCkagDlxeOTMmLZtkGebOQXDgU/VjV/70zf6H54DNQqI+CA nY4cQIGBYStXupHO2wUujuYM05gKqUCR14FTVk3A0CbLN8qtQbASs+XopXhEuOm/ k= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=1tdXS0 8Ddp5ZzR7QtSnRPXBcw3T7mM9bb+C3xGAlbME=; b=C3xlKJqUSLLOg3AqxAEAE0 x4WupFunFfGA4HWeQJkyY8N3qrfFmckJOvcPX2FZ3Eh9xJ5TMA3DNiAYyNmnlxFj WHBmzs17KW01JgsuoH+UAyiEIBZoyPbg+NKHdaL0DHXosq84U+tjJtKAtrduv1Ut BchoHOyf8P4m9Rl7UIiivKRectRuL4JzFw9kyYK1yknb5VdP7VLAL+lGrIgCpx39 pRzRBsiRIRyO+/CaOz1q5zMssXp04svndZnYu2nJaIHZjJFj8ySC542Rg97+BJ04 8S8WnnuC6nkj/nURIsKkTsqAxo8AoJYq6bL+SAQ9K6mazAw0ayRS8sR5I+kST6hQ == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 1D35B102DA; Tue, 18 Sep 2018 09:10:25 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, Luca Boccassi Date: Tue, 18 Sep 2018 15:10:23 +0200 Message-ID: <3678510.nNA3Y7Lhea@xps> In-Reply-To: <1536942092.9609.2.camel@debian.org> References: <20180914161717.15777-1-bruce.richardson@intel.com> <1536942092.9609.2.camel@debian.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] devtools/test-meson-build: use shared libraries to save space 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: , X-List-Received-Date: Tue, 18 Sep 2018 13:10:28 -0000 14/09/2018 18:21, Luca Boccassi: > On Fri, 2018-09-14 at 17:17 +0100, Bruce Richardson wrote: > > For usability, the default build type in meson is static, so that > > binaries can be run from the build directory easily. However, static > > builds take more space, so for build-testing purposes default to > > using > > shared builds where possible. > > > > Signed-off-by: Bruce Richardson > > --- > > With this patch applied on Debian 9 (Stretch) the space used by a > > DPDK > > checkout and test builds drops from ~2.5G to <1G. [Including space > > used > > by cross compiles] > > > > V2: fix typo in commit message > > --- > > devtools/test-meson-builds.sh | 9 +++++---- > > 1 file changed, 5 insertions(+), 4 deletions(-) > > Acked-by: Luca Boccassi Applied (without 32-bit part), thanks