diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-04-15 21:27:24 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-04-26 08:54:24 -0400 |
commit | 57d241fce5531879b641401eb8e554e89aaf7213 (patch) | |
tree | 491a69e30c8f7de6ec7597f59c9583bd4efcf9cf /python | |
parent | ec680de0635932201655318a3acf446c40b14e03 (diff) | |
download | servo-57d241fce5531879b641401eb8e554e89aaf7213.tar.gz servo-57d241fce5531879b641401eb8e554e89aaf7213.zip |
Add Windows x86 build job.
Diffstat (limited to 'python')
-rw-r--r-- | python/servo/packages.py | 2 |
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", |