1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00

CI: disable modules in gcc:static build

When shared libraries are disabled we can't build loadable modules
either, so the testModule test can't work as the testdso.la target
doesn't build a module.
This commit is contained in:
Ross Burton 2022-12-06 17:00:03 +00:00
parent 3aaaf5cae6
commit b1b0df6e9b

View File

@ -29,7 +29,7 @@ gcc:python3:
gcc:static:
extends: .test
variables:
CONFIG: "--disable-shared --without-python"
CONFIG: "--disable-shared --without-python --without-modules"
CFLAGS: "-O2"
clang:asan: