Re: [PATCH v2] ci: remove outdated default versions for ABI check

2022-03-06 Thread Thomas Monjalon
01/03/2022 11:07, David Marchand: > On Tue, Mar 1, 2022 at 10:57 AM Thomas Monjalon wrote: > > > > The variables REF_GIT_TAG and LIBABIGAIL_VERSION are set > > in the CI configuration like .travis.yml or .github/workflows/build.yml. > > The default values are outdated and probably unused. > > > >

Re: [PATCH v2] ci: remove outdated default versions for ABI check

2022-03-01 Thread David Marchand
On Tue, Mar 1, 2022 at 10:57 AM Thomas Monjalon wrote: > > The variables REF_GIT_TAG and LIBABIGAIL_VERSION are set > in the CI configuration like .travis.yml or .github/workflows/build.yml. > The default values are outdated and probably unused. > > The default values are removed completely > to a

[PATCH v2] ci: remove outdated default versions for ABI check

2022-03-01 Thread Thomas Monjalon
The variables REF_GIT_TAG and LIBABIGAIL_VERSION are set in the CI configuration like .travis.yml or .github/workflows/build.yml. The default values are outdated and probably unused. The default values are removed completely to avoid forgetting an update in future. The use of the variables is quo