CI: windows: Force using LLVM 12
authorBenjamin Tissoires <benjamin.tissoires@gmail.com>
Fri, 29 Jan 2021 13:30:23 +0000 (14:30 +0100)
committerMarge Bot <eric+marge@anholt.net>
Fri, 29 Jan 2021 17:54:56 +0000 (17:54 +0000)
commit8deca5a72eaf0a014e52e446464be671454414ef
tree511b0496ffa0d818824c0b90778085658c4f0bf1
parenta69ab2ae3693fd817d6ba0d0345aca6931a6c5fd
CI: windows: Force using LLVM 12

LLVM is moving to the 13 release, but LLVM-SPIRV is still so in the past.
Given that LLVM 12.0.0 is still not out (we are at 12.0.0-rc1 today),
use the `release/12.x` branch for LLVM.

We should also tag LLVM-SPIRV, but... it seems that they haven't caught up
yet, so keep using the master branch, but add a note for a future
committer.

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8740>
.gitlab-ci.yml
.gitlab-ci/windows/mesa_deps.ps1