Re: FreeType CI build fails on Windows

2022-01-12 Thread Werner LEMBERG
> Seems this is a random failure of docker service on the > gitlab-runner host. For a while it was in a faulted state. I've > manually restarted the pipeline in my fork, and now it runs fine: > https://gitlab.freedesktop.org/azamat.hackimov/freetype/-/jobs/17517842. > You can manually restart

Re: FreeType CI build fails on Windows

2022-01-12 Thread Azamat Hackimov
Seems this is a random failure of docker service on the gitlab-runner host. For a while it was in a faulted state. I've manually restarted the pipeline in my fork, and now it runs fine: https://gitlab.freedesktop.org/azamat.hackimov/freetype/-/jobs/17517842. You can manually restart faulted jobs,

Re: FreeType CI build fails on Windows

2022-01-11 Thread Werner LEMBERG
> As I suspected, Windows image lacks the recent Root CA from Let's > Encrypt (famous ISRG Root X1 / IdenTrust DST Root CA X3 issue). > Normally Windows should automagically update Root CAs during > invoking the Schanel crypto library, but Python uses OpenSSL, so > magic does not happen. Ah,

Re: FreeType CI build fails on Windows

2022-01-11 Thread Azamat Hackimov
Hi again. As I suspected, Windows image lacks the recent Root CA from Let's Encrypt (famous ISRG Root X1 / IdenTrust DST Root CA X3 issue). Normally Windows should automagically update Root CAs during invoking the Schanel crypto library, but Python uses OpenSSL, so magic does not happen. Here my

Re: FreeType CI build fails on Windows

2022-01-11 Thread Bermler
On Tue, Jan 11, 2022 at 3:07 AM, Werner LEMBERG wrote: >>> > do you know if Mark would accept to add meson as build system ? >>> >>> Who is Mark? >> >> Mark Adler. > > Ah, ok. > >> If meson is added in zlib, that would simplify the process > > Certainly. I guess submitting a push request makes

Re: FreeType CI build fails on Windows

2022-01-11 Thread Werner LEMBERG
>> > do you know if Mark would accept to add meson as build system ? >> >> Who is Mark? > > Mark Adler. Ah, ok. > If meson is added in zlib, that would simplify the process Certainly. I guess submitting a push request makes sense – Mark is still actively working on zlib. werner

Re: FreeType CI build fails on Windows

2022-01-10 Thread Vincent Torri
On Tue, Jan 11, 2022 at 8:05 AM Werner LEMBERG wrote: > > > Hello Vincent, > > > > do you know if Mark would accept to add meson as build system ? > > Who is Mark? Mark Adler. If meson is added in zlib, that would simplify the process Vincent Torri Vincent Torri > And for the Windows CI

Re: FreeType CI build fails on Windows

2022-01-10 Thread Werner LEMBERG
Hello Vincent, > do you know if Mark would accept to add meson as build system ? Who is Mark? And for the Windows CI build we use meson... Werner

Re: FreeType CI build fails on Windows

2022-01-10 Thread Azamat Hackimov
Hi. (sorry for direct sending previous message) Seems Windows image that you use in CI lacks some of Root CA. Try to update image 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:v14-master' to 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:v14-master:2021-09-09.0-master' in