freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 4c0db6077: .gitlab-ci.yml: Update Windows image.


From: Werner Lemberg
Subject: [freetype2] master 4c0db6077: .gitlab-ci.yml: Update Windows image.
Date: Tue, 11 Jan 2022 01:54:35 -0500 (EST)

branch: master
commit 4c0db60772af8132d7748e8f269f79eb533958d5
Author: Werner Lemberg <wl@gnu.org>
Commit: Werner Lemberg <wl@gnu.org>

    .gitlab-ci.yml: Update Windows image.
    
    The old image produced errors like
    
    ```
    Downloading zlib patch from
      https://wrapdb.mesonbuild.com/v2/zlib_1.2.11-5/get_patch
    A fallback URL could be specified using patch_fallback_url key in the wrap 
file
    WrapDB connection failed to
      https://wrapdb.mesonbuild.com/v2/zlib_1.2.11-5/get_patch
    with error
      <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify
       failed: certificate has expired (_ssl.c:1122)>
    ```
---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5140aa7e0..89de6e1c1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,8 @@ variables:
 .build windows common:
   # See
   # https://gitlab.freedesktop.org/gstreamer/gst-ci/container_registry/213
-  image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:v14-master'
+  # https://lists.nongnu.org/archive/html/freetype-devel/2022-01/msg00004.html
+  image: 
'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:v14-master:2021-09-09.0-master'
   stage: 'build'
   tags:
     - 'docker'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]