]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Makefile-env.am: set a default for CEPH_BUILD_VIRTUALENV 8288/head
authorDan Mick <dan.mick@redhat.com>
Thu, 24 Mar 2016 01:13:21 +0000 (18:13 -0700)
committerDan Mick <dan.mick@redhat.com>
Thu, 24 Mar 2016 01:13:21 +0000 (18:13 -0700)
We need to shorten the virtualenv path for non-Jenkins builds
too; gitbuilders were also overflowing the interpreter path limit

Signed-off-by: Dan Mick <dan.mick@redhat.com>
src/Makefile-env.am

index cf5a69298b366212f282c9aa7dfbbcc185759bbc..204464749a7d7f82ca2ebaf4478395b4366db5c1 100644 (file)
@@ -297,5 +297,7 @@ LIBCIVETWEB_DEPS =
 DENCODER_SOURCES =
 DENCODER_DEPS =
 
+# put virtualenvs in this directory for build
+CEPH_BUILD_VIRTUALENV="/tmp/"
 
 radoslibdir = $(libdir)/rados-classes