aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2019-04-15 21:27:24 -0400
committerJosh Matthews <josh@joshmatthews.net>2019-04-26 08:54:24 -0400
commit57d241fce5531879b641401eb8e554e89aaf7213 (patch)
tree491a69e30c8f7de6ec7597f59c9583bd4efcf9cf /python
parentec680de0635932201655318a3acf446c40b14e03 (diff)
downloadservo-57d241fce5531879b641401eb8e554e89aaf7213.tar.gz
servo-57d241fce5531879b641401eb8e554e89aaf7213.zip
Add Windows x86 build job.
Diffstat (limited to 'python')
-rw-r--r--python/servo/packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/packages.py b/python/servo/packages.py
index c6cea729515..18940cb79e2 100644
--- a/python/servo/packages.py
+++ b/python/servo/packages.py
@@ -3,7 +3,7 @@
# You can obtain one at https://mozilla.org/MPL/2.0/.
WINDOWS_MSVC = {
- "cmake": "3.7.2",
+ "cmake": "3.14.3",
"llvm": "7.0.0",
"moztools": "3.2",
"ninja": "1.7.1",