gitlab-ci: ignore autotools deprecation

We still need the tests to run on autotools builds too, so we must pass the argument.
This commit is contained in:
Jan Vaclav
2024-05-06 15:03:39 +02:00
parent 7b4acf938c
commit 5f72b251b1
3 changed files with 8 additions and 7 deletions

View File

@@ -188,6 +188,7 @@ run_autotools() {
\
--enable-ifcfg-rh=yes \
--enable-ifupdown=yes \
--disable-autotools-deprecation \
\
#end