[zorg] r335793 - Updating clang ci dependency versions to match latest updates to Green Dragon nodes.

Mike Edwards via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 27 16:35:14 PDT 2018


Author: sqlbyme
Date: Wed Jun 27 16:35:14 2018
New Revision: 335793

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

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=335793&r1=335792&r2=335793&view=diff
==============================================================================
--- zorg/trunk/zorg/jenkins/clang_build_dependencies.dep (original)
+++ zorg/trunk/zorg/jenkins/clang_build_dependencies.dep Wed Jun 27 16:35:14 2018
@@ -1,5 +1,5 @@
-os_version == 10.13.4 # Oldest CI nodes are currently 10.11.6
+os_version == 10.13.5 # Oldest CI nodes are currently 10.13.3
 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
+xcode == 9.4.1




More information about the llvm-commits mailing list