[zorg] r324415 - also enforce the xcode version

Chris Matthews via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 14:23:57 PST 2018


Author: cmatthews
Date: Tue Feb  6 14:23:56 2018
New Revision: 324415

URL: http://llvm.org/viewvc/llvm-project?rev=324415&view=rev
Log:
also enforce the xcode version

Modified:
    zorg/trunk/zorg/jenkins/clang_build_dependencies.dep

Modified: zorg/trunk/zorg/jenkins/clang_build_dependencies.dep
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/jenkins/clang_build_dependencies.dep?rev=324415&r1=324414&r2=324415&view=diff
==============================================================================
--- zorg/trunk/zorg/jenkins/clang_build_dependencies.dep (original)
+++ zorg/trunk/zorg/jenkins/clang_build_dependencies.dep Tue Feb  6 14:23:56 2018
@@ -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




More information about the llvm-commits mailing list