diff options
author | Michel Dänzer <[email protected]> | 2019-10-11 11:10:01 +0200 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2019-10-11 11:10:01 +0200 |
commit | d60b8679a46212d992dcd94b9d3eeebfcff3f00a (patch) | |
tree | 156962bc437b4d50d7bc96ddcf42054f5a58ff32 /.gitlab-ci.yml | |
parent | eb86cbabe64355fe728853b76824c803025a4ba7 (diff) |
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
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |