summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-12-06 17:00:03 +0000
committerRoss Burton <ross.burton@arm.com>2022-12-06 17:23:12 +0000
commitb1b0df6e9b19d961fc685d991c8ebb34d38b9955 (patch)
treeae10ea78678a2c551b231b596b495f11d8e15311
parent3aaaf5cae64d437cf3af1bcb77594eaddcd0328c (diff)
downloadlibxml2-b1b0df6e9b19d961fc685d991c8ebb34d38b9955.tar.gz
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.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2c796c20..6b8f3cb3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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: