mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00: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:
parent
3aaaf5cae6
commit
b1b0df6e9b
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user