From f50ca6491380e2bed836b0e60ad97acf967209fd Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 24 Jan 2019 13:24:17 -0500 Subject: [PATCH 1/2] Upgrade LLVM on windows. --- python/servo/packages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/servo/packages.py b/python/servo/packages.py index 15d75ba7e5c..c6cea729515 100644 --- a/python/servo/packages.py +++ b/python/servo/packages.py @@ -4,7 +4,7 @@ WINDOWS_MSVC = { "cmake": "3.7.2", - "llvm": "6.0.0", + "llvm": "7.0.0", "moztools": "3.2", "ninja": "1.7.1", "openssl": "1.1.0e-vs2015", From e75b40528f21c16982e7830fbda19139801c05ac Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 24 Jan 2019 14:09:31 -0500 Subject: [PATCH 2/2] Use current Visual Studio image for Appveyor. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index bd736393490..5092ebf910c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ version: 1.0.{build} -image: Previous Visual Studio 2017 +image: Visual Studio 2017 environment: CCACHE_DIR: "%APPVEYOR_BUILD_FOLDER%\\.ccache"