Re: [PATCH] ci: remove outdated default reference tag for ABI

2022-02-09 Thread David Marchand
On Wed, Feb 9, 2022 at 2:38 PM Thomas Monjalon wrote: > > 08/02/2022 16:08, Aaron Conole: > > Thomas Monjalon writes: > > > > > The variable REF_GIT_TAG is set in the CI configuration > > > like .travis.yml or .github/workflows/build.yml. > > > The default value is outdated and probably unused. >

Re: [PATCH] ci: remove outdated default reference tag for ABI

2022-02-09 Thread Thomas Monjalon
08/02/2022 16:08, Aaron Conole: > Thomas Monjalon writes: > > > The variable REF_GIT_TAG is set in the CI configuration > > like .travis.yml or .github/workflows/build.yml. > > The default value is outdated and probably unused. > > It is removed completely to avoid forgetting an update in future.

Re: [PATCH] ci: remove outdated default reference tag for ABI

2022-02-08 Thread Brandon Lo
On Tue, Feb 8, 2022 at 10:09 AM Aaron Conole wrote: > I think the default was there for labs that run the build script > manually. Maybe there are no such users, though. I believe the lab has > its own script for doing such ABI checks (but can't remember off the top > of my head). Just confirmi

Re: [PATCH] ci: remove outdated default reference tag for ABI

2022-02-08 Thread Aaron Conole
Thomas Monjalon writes: > The variable REF_GIT_TAG is set in the CI configuration > like .travis.yml or .github/workflows/build.yml. > The default value is outdated and probably unused. > It is removed completely to avoid forgetting an update in future. > > Signed-off-by: Thomas Monjalon > ---

[PATCH] ci: remove outdated default reference tag for ABI

2022-02-08 Thread Thomas Monjalon
The variable REF_GIT_TAG is set in the CI configuration like .travis.yml or .github/workflows/build.yml. The default value is outdated and probably unused. It is removed completely to avoid forgetting an update in future. Signed-off-by: Thomas Monjalon --- .ci/linux-build.sh | 1 - 1 file change