[zorg] r324128 - Some basic clang build dependencies

Chris Matthews via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 2 12:01:32 PST 2018


Author: cmatthews
Date: Fri Feb  2 12:01:32 2018
New Revision: 324128

URL: http://llvm.org/viewvc/llvm-project?rev=324128&view=rev
Log:
Some basic clang build dependencies

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

Added: zorg/trunk/zorg/jenkins/clang_build_dependencies.dep
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/jenkins/clang_build_dependencies.dep?rev=324128&view=auto
==============================================================================
--- zorg/trunk/zorg/jenkins/clang_build_dependencies.dep (added)
+++ zorg/trunk/zorg/jenkins/clang_build_dependencies.dep Fri Feb  2 12:01:32 2018
@@ -0,0 +1,4 @@
+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.8.0 # Stage2 verbose output
+pip psutil <= 5.2.0 # Required for timeouts in the GTest Suite.
\ No newline at end of file




More information about the llvm-commits mailing list