diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2019-12-17 20:23:28 +0100 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2019-12-18 09:25:06 +0100 |
commit | 5ef2748ceff64e3eb7c10374471ec2c7fff8db35 (patch) | |
tree | 9e2a71f198b8dcf313cc151702cb2d8566fb68aa /.gitlab-ci.yml | |
parent | 8f8229dcd28329e7d23ccff0093b6243bc84bb0c (diff) | |
download | gtk+-5ef2748ceff64e3eb7c10374471ec2c7fff8db35.tar.gz |
CI: Install a newer MSYS2 pango package; Don't allow failures again
gtk master requires a newer pango than msys2 has, so install our own copy on top.
See #2243
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d92ee001d..84d250a1b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,6 @@ fedora-x86_64-staticlibs: script: - C:\msys64\usr\bin\pacman --noconfirm -Syyuu - C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/test-msys2.sh" - allow_failure: true cache: key: "%CI_JOB_NAME%" <<: *cache-paths |