mirror of
https://github.com/ceph/ceph
synced 2025-01-29 14:34:40 +00:00
Makefile-env.am: set a default for CEPH_BUILD_VIRTUALENV
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>
This commit is contained in:
parent
a21cc14a52
commit
5b3da26f54
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user