Mesa (master): gitlab-ci: Disable meson-mingw32-x86_64 job again for now

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Oct 11 09:32:49 UTC 2019


Module: Mesa
Branch: master
Commit: d60b8679a46212d992dcd94b9d3eeebfcff3f00a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d60b8679a46212d992dcd94b9d3eeebfcff3f00a

Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Fri Oct 11 11:10:01 2019 +0200

gitlab-ci: Disable meson-mingw32-x86_64 job again for now

The wrapdb.mesonbuild.com SSL certificate expired, causing the job to
fail: https://gitlab.freedesktop.org/mesa/mesa/-/jobs/731864

Switching to http:// doesn't avoid it:
https://gitlab.freedesktop.org/daenzer/mesa/-/jobs/732043

---

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b5fcebe857..3fa11e10aa7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -345,7 +345,7 @@ meson-i386:
       -D llvm=false
       -D osmesa=classic
 
-meson-mingw32-x86_64:
+.meson-mingw32-x86_64:
   extends: .meson-build
   variables:
     UNWIND: "false"




More information about the mesa-commit mailing list