ci: remove outdated default versions for ABI check
authorThomas Monjalon <thomas@monjalon.net>
Tue, 8 Feb 2022 13:47:15 +0000 (14:47 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 1 Mar 2022 12:47:32 +0000 (13:47 +0100)
commit0f6bbf4e5b0904e2fd8740349a7380bfe78ead47
tree1359b6b6f6fa41e4d853067c5173546e8d077a9f
parent305769000c40a4fdf1ed0cf24c157b447b91ea7d
ci: remove outdated default versions for ABI check

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 quoted to make sure
a missing value will trigger an appropriate failure.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Aaron Conole <aconole@redhat.com>
Acked-by: David Marchand <david.marchand@redhat.com>
.ci/linux-build.sh