Re: [dpdk-dev] [PATCH] devtools: select targets in build test

2021-02-04 Thread Thomas Monjalon
04/02/2021 15:48, David Marchand: > On Thu, Feb 4, 2021 at 2:59 PM Thomas Monjalon wrote: > > > > 04/02/2021 14:34, David Marchand: > > > When a target compilation is broken, one way to skip the target is to > > > uninstall the associated toolchain. > > > But it is not always possible and you end

Re: [dpdk-dev] [PATCH] devtools: select targets in build test

2021-02-04 Thread David Marchand
On Thu, Feb 4, 2021 at 2:59 PM Thomas Monjalon wrote: > > 04/02/2021 14:34, David Marchand: > > When a target compilation is broken, one way to skip the target is to > > uninstall the associated toolchain. > > But it is not always possible and you end up with hacking the script to > > avoid this t

Re: [dpdk-dev] [PATCH] devtools: select targets in build test

2021-02-04 Thread Thomas Monjalon
04/02/2021 14:34, David Marchand: > When a target compilation is broken, one way to skip the target is to > uninstall the associated toolchain. > But it is not always possible and you end up with hacking the script to > avoid this target until a fix is ready. > > It is also often quicker to check

[dpdk-dev] [PATCH] devtools: select targets in build test

2021-02-04 Thread David Marchand
When a target compilation is broken, one way to skip the target is to uninstall the associated toolchain. But it is not always possible and you end up with hacking the script to avoid this target until a fix is ready. It is also often quicker to check a fix on a failing target before checking comp