[zorg] r334960 - Updating clang ci dependency versions to match Green Dragon bots.

Mike Edwards via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 18 09:27:31 PDT 2018


Author: sqlbyme
Date: Mon Jun 18 09:27:31 2018
New Revision: 334960

URL: http://llvm.org/viewvc/llvm-project?rev=334960&view=rev
Log:
Updating clang ci dependency versions to match Green Dragon bots.

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=334960&r1=334959&r2=334960&view=diff
==============================================================================
--- zorg/trunk/zorg/jenkins/clang_build_dependencies.dep (original)
+++ zorg/trunk/zorg/jenkins/clang_build_dependencies.dep Mon Jun 18 09:27:31 2018
@@ -1,5 +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.
-xcode == 8.2.1
\ No newline at end of file
+os_version == 10.13.4 # Oldest CI nodes are currently 10.11.6
+brew cmake >= 3.11.2 # LLVM docs state this is the minimum version required.
+brew ninja >= 1.8.2 # Stage2 verbose output
+pip psutil >= 5.4.5 # Required for timeouts in the GTest Suite.
+xcode == 9.3.1




More information about the llvm-commits mailing list