pixman: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Apr 29 18:01:07 UTC 2025


 .gitlab-ci.d/03-test.yml |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit dd0750341d3d669df31ebf98d5c1ceb453005779
Author: Matt Turner <mattst88 at gmail.com>
Date:   Tue Apr 29 12:39:10 2025 -0400

    ci: Allow failures in windows-amd64 jobs
    
    Bug: https://gitlab.freedesktop.org/pixman/pixman/-/issues/122

diff --git a/.gitlab-ci.d/03-test.yml b/.gitlab-ci.d/03-test.yml
index 3657c54..6afd99d 100644
--- a/.gitlab-ci.d/03-test.yml
+++ b/.gitlab-ci.d/03-test.yml
@@ -117,6 +117,7 @@ include:
         - ""
         - "fast"
         - "wholeops"
+      allow_failure: true  # TODO: https://gitlab.freedesktop.org/pixman/pixman/-/issues/122
   - local: .gitlab-ci.d/templates/test.yml
     inputs:
       target: windows-arm64-v8


More information about the xorg-commit mailing list