mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Auto merge of #26193 - servo:jdm-patch-36, r=asajeffrey
Upgrade clang to 9.0 on Windows. This is required for building with the latest versions of Visual Studio 2019.
This commit is contained in:
commit
c0d67f796c
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
WINDOWS_MSVC = {
|
||||
"cmake": "3.14.3",
|
||||
"llvm": "8.0.1",
|
||||
"llvm": "9.0.0",
|
||||
"moztools": "3.2",
|
||||
"ninja": "1.7.1",
|
||||
"nuget": "08-08-2019",
|
||||
|
|
|
@ -49,7 +49,7 @@ WEB_PLATFORM_TESTS_PATH = os.path.join("tests", "wpt", "web-platform-tests")
|
|||
SERVO_TESTS_PATH = os.path.join("tests", "wpt", "mozilla", "tests")
|
||||
|
||||
CLANGFMT_CPP_DIRS = ["support/hololens/"]
|
||||
CLANGFMT_VERSION = "8"
|
||||
CLANGFMT_VERSION = "9"
|
||||
|
||||
TEST_SUITES = OrderedDict([
|
||||
("tidy", {"kwargs": {"all_files": False, "no_progress": False, "self_test": False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue