[LNT] r318232 - Pick python2.7 when deploying to Heroku-like clouds
Chris Matthews via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 14 16:05:51 PST 2017
Author: cmatthews
Date: Tue Nov 14 16:05:50 2017
New Revision: 318232
URL: http://llvm.org/viewvc/llvm-project?rev=318232&view=rev
Log:
Pick python2.7 when deploying to Heroku-like clouds
The default became python3 a while back.
Added:
lnt/trunk/runtime.txt
Added: lnt/trunk/runtime.txt
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/runtime.txt?rev=318232&view=auto
==============================================================================
--- lnt/trunk/runtime.txt (added)
+++ lnt/trunk/runtime.txt Tue Nov 14 16:05:50 2017
@@ -0,0 +1 @@
+python-2.7.10
More information about the llvm-commits
mailing list