Re: [dpdk-dev] [PATCH v2 0/7] Reproducible build

2017-06-23 Thread Luca Boccassi
On Fri, 2017-06-23 at 19:16 +0100, lbocc...@brocade.com wrote: > From: Luca Boccassi > > In the past couple of years a concerted effort among almost all Linux > distros has been striving toward achieving reproducible builds. [1] > This involves changes to the toolchain, new tools and CI systems.

[dpdk-dev] [PATCH v2 0/7] Reproducible build

2017-06-23 Thread lboccass
From: Luca Boccassi In the past couple of years a concerted effort among almost all Linux distros has been striving toward achieving reproducible builds. [1] This involves changes to the toolchain, new tools and CI systems. [2] v1 fixed the documentation, examples and linker script generation. v