Re: [PATCH] ci: combine static and shared linking build tests

2022-10-27 Thread David Marchand
On Thu, Oct 20, 2022 at 5:34 PM Aaron Conole wrote: > > Save some cpu time and disk by testing linking against static and shared > > library in single environments. > > > > The .ci/linux-build.sh is modified so it reconfigures an existing build > > directory: an empty DEF_LIB= means that static an

Re: [PATCH] ci: combine static and shared linking build tests

2022-10-20 Thread Aaron Conole
David Marchand writes: > Save some cpu time and disk by testing linking against static and shared > library in single environments. > > The .ci/linux-build.sh is modified so it reconfigures an existing build > directory: an empty DEF_LIB= means that static and shared builds are > to be tested. >

Re: [PATCH] ci: combine static and shared linking build tests

2022-10-20 Thread Bruce Richardson
On Thu, Oct 20, 2022 at 01:44:33PM +0200, David Marchand wrote: > On Mon, Oct 17, 2022 at 4:08 PM David Marchand > wrote: > > > > Save some cpu time and disk by testing linking against static and shared > > library in single environments. > > Some additional info. > > Before, 2h27 of cpu: > http

Re: [PATCH] ci: combine static and shared linking build tests

2022-10-20 Thread David Marchand
On Mon, Oct 17, 2022 at 4:08 PM David Marchand wrote: > > Save some cpu time and disk by testing linking against static and shared > library in single environments. Some additional info. Before, 2h27 of cpu: https://github.com/ovsrobot/dpdk/actions/runs/3265097067/usage After, 2h07 of cpu: http

[PATCH] ci: combine static and shared linking build tests

2022-10-17 Thread David Marchand
Save some cpu time and disk by testing linking against static and shared library in single environments. The .ci/linux-build.sh is modified so it reconfigures an existing build directory: an empty DEF_LIB= means that static and shared builds are to be tested. ABI checks, documentation generation