[zorg] r331781 - I used the wrong XCode version here

Chris Matthews via llvm-commits llvm-commits at lists.llvm.org
Tue May 8 10:53:34 PDT 2018


Author: cmatthews
Date: Tue May  8 10:53:34 2018
New Revision: 331781

URL: http://llvm.org/viewvc/llvm-project?rev=331781&view=rev
Log:
I used the wrong XCode version here

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=331781&r1=331780&r2=331781&view=diff
==============================================================================
--- zorg/trunk/zorg/jenkins/clang_build_dependencies.dep (original)
+++ zorg/trunk/zorg/jenkins/clang_build_dependencies.dep Tue May  8 10:53:34 2018
@@ -2,4 +2,4 @@ os_version >= 10.11.6 # Oldest CI nodes
 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.
-xcode == 8.2
\ No newline at end of file
+xcode == 8.2.1
\ No newline at end of file




More information about the llvm-commits mailing list