On 12/5/2022 3:37 PM, Thomas Monjalon wrote: > 05/12/2022 14:47, Akhil Goyal: >>> On Mon, Dec 5, 2022 at 11:44 AM Akhil Goyal <gak...@marvell.com> wrote: >>>>> Please, maintainers and CI teams, when you enable ABI checks in the >>>>> main branch, or in the 22.11 LTS branch, use the dpdk-stable 22.11.1 >>>>> tag as a reference. >>>>> Thanks. >>>> >>>> Should we also add a tag on main repo, as new development does not happen >>>> on stable tree? >>> >>> You can fetch the v22.11.1 tag from the stable tree. >> Yes, that is an obvious option. >> But adding a tag on same repo is more convenient from developer point of >> view. >> However, it is my personal view, others may differ. > > From developer point of view, you should use devtools/test-meson-builds.sh > which does the "git clone" for you. > > This is what I have in ~/.config/dpdk/devel.config > export DPDK_ABI_REF_DIR=$root/dpdk-build/abiref > export DPDK_ABI_REF_VERSION=v22.11.1 >
Does it help to update 'test-meson-builds.sh' to use an environment variable to select which repo to clone? If so, I can send a patch for it.