Re: [PATCH 2/2] devtools: configure source repo to use as ABI reference

2022-12-09 Thread Ferruh Yigit
On 12/9/2022 8:22 AM, David Marchand wrote: > On Tue, Dec 6, 2022 at 1:24 PM Ferruh Yigit wrote: >> >> By default 'test-meson-builds.sh' script clones the repository which the >> script is in, and selects a configured branch ('DPDK_ABI_REF_VERSION') >> as a reference for ABI check. >> >> This patc

Re: [PATCH 2/2] devtools: configure source repo to use as ABI reference

2022-12-09 Thread David Marchand
On Tue, Dec 6, 2022 at 1:24 PM Ferruh Yigit wrote: > > By default 'test-meson-builds.sh' script clones the repository which the > script is in, and selects a configured branch ('DPDK_ABI_REF_VERSION') > as a reference for ABI check. > > This patch enables selecting different repository to close fo

RE: [EXT] [PATCH 2/2] devtools: configure source repo to use as ABI reference

2022-12-08 Thread Akhil Goyal
> 08/12/2022 19:14, Akhil Goyal: > > > By default 'test-meson-builds.sh' script clones the repository which the > > > script is in, and selects a configured branch ('DPDK_ABI_REF_VERSION') > > > as a reference for ABI check. > > > > > > This patch enables selecting different repository to close for

Re: [EXT] [PATCH 2/2] devtools: configure source repo to use as ABI reference

2022-12-08 Thread Thomas Monjalon
08/12/2022 19:14, Akhil Goyal: > > By default 'test-meson-builds.sh' script clones the repository which the > > script is in, and selects a configured branch ('DPDK_ABI_REF_VERSION') > > as a reference for ABI check. > > > > This patch enables selecting different repository to close for reference

RE: [EXT] [PATCH 2/2] devtools: configure source repo to use as ABI reference

2022-12-08 Thread Akhil Goyal
> By default 'test-meson-builds.sh' script clones the repository which the > script is in, and selects a configured branch ('DPDK_ABI_REF_VERSION') > as a reference for ABI check. > > This patch enables selecting different repository to close for reference > using 'DPDK_ABI_REF_SRC' environment va

[PATCH 2/2] devtools: configure source repo to use as ABI reference

2022-12-06 Thread Ferruh Yigit
By default 'test-meson-builds.sh' script clones the repository which the script is in, and selects a configured branch ('DPDK_ABI_REF_VERSION') as a reference for ABI check. This patch enables selecting different repository to close for reference using 'DPDK_ABI_REF_SRC' environment variable. It