gitlab-ci: Disable meson-mingw32-x86_64 job again for now
authorMichel Dänzer <mdaenzer@redhat.com>
Fri, 11 Oct 2019 09:10:01 +0000 (11:10 +0200)
committerMichel Dänzer <michel@daenzer.net>
Fri, 11 Oct 2019 09:10:01 +0000 (11:10 +0200)
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

index 3b5fcebe85700bdd13c44185284d847cc4bc5c62..3fa11e10aa75b7fb3afa6416a991be67b73ffd54 100644 (file)
@@ -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"