mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update LLVM toolchain version for Windows
Windows MSCV nightly builds have been failing since Jan 18. The failure is similar to the one @delan identified where the CI build started to fail after the version of LLVM included in Github Actions runner images was bumped from 14 to 15. As discussed on Zulip, we already have support in ./mach bootstrap to download the LLVM binaries from our s3 bucket. Following the documented [process], new LLVM 15.0.5 binaries have been uploaded to S3. This PR updates the bootstrap script to use this new LLVM version. [process]: https://github.com/servo/servo/wiki/Upgrading-the-windows-LLVM-binaries Signed-off-by: Mukilan Thiyagarajan <mukilanthiagarajan@gmail.com>
This commit is contained in:
parent
941bd6a579
commit
a9ccf935ad
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
WINDOWS_MSVC = {
|
||||
"cmake": "3.14.3",
|
||||
"llvm": "14.0.6",
|
||||
"llvm": "15.0.5",
|
||||
"moztools": "3.2",
|
||||
"ninja": "1.7.1",
|
||||
"nuget": "08-08-2019",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue