diff options
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4c8a7f..819fa8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,7 +76,8 @@ libxml2_v2.9.4: installname: libxml2_v2.9.4 <<: *job-artifacts -libxml2_v2.9.0: +# failed compilation without old libicu +.libxml2_v2.9.0: stage: build script: - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext pkg-config |