aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Matthews <cmatthews5@apple.com>2018-02-06 22:23:56 +0000
committerChris Matthews <cmatthews5@apple.com>2018-02-06 22:23:56 +0000
commit26350c497fbd80499da5958ed2fc976ca7f4d679 (patch)
treebade0f228abf6f121b6b340709736d2ba8904ff2
parentf372f52e97ac23e5dfe9733704772f6ec3d893d2 (diff)
also enforce the xcode version
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@324415 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--zorg/jenkins/clang_build_dependencies.dep3
1 files changed, 2 insertions, 1 deletions
diff --git a/zorg/jenkins/clang_build_dependencies.dep b/zorg/jenkins/clang_build_dependencies.dep
index c13fdd90..982a56ed 100644
--- a/zorg/jenkins/clang_build_dependencies.dep
+++ b/zorg/jenkins/clang_build_dependencies.dep
@@ -1,4 +1,5 @@
os_version >= 10.11.6 # Oldest CI nodes are currently 10.11.6
brew cmake >= 3.4.3 # LLVM docs state this is the minimum version required.
brew ninja >= 1.7.1 # Stage2 verbose output
-pip psutil >= 5.2.0 # Required for timeouts in the GTest Suite. \ No newline at end of file
+pip psutil >= 5.2.0 # Required for timeouts in the GTest Suite.
+xcode == 8.2 \ No newline at end of file