[zorg] r324149 - Decrease the minimum version of ninja since 1.7.1 works
Chris Matthews via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 2 14:09:45 PST 2018
Author: cmatthews
Date: Fri Feb 2 14:09:45 2018
New Revision: 324149
URL: http://llvm.org/viewvc/llvm-project?rev=324149&view=rev
Log:
Decrease the minimum version of ninja since 1.7.1 works
We have it on some builders and it works fine.
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=324149&r1=324148&r2=324149&view=diff
==============================================================================
--- zorg/trunk/zorg/jenkins/clang_build_dependencies.dep (original)
+++ zorg/trunk/zorg/jenkins/clang_build_dependencies.dep Fri Feb 2 14:09:45 2018
@@ -1,4 +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
+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
More information about the llvm-commits
mailing list