]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
ceph-*: fix tcmalloc args for pre-cmake builds 628/head
authorDan Mick <dan.mick@redhat.com>
Thu, 2 Feb 2017 02:05:03 +0000 (18:05 -0800)
committerDan Mick <dan.mick@redhat.com>
Thu, 2 Feb 2017 23:09:35 +0000 (15:09 -0800)
commit63010d3247912f9fd2bb039f9fae8948ae1b49d1
treeb840549f0421a6046c0273515c761df86f90ca41
parenta46413b52056925e248b0acc66f4d8f5fb47813c
ceph-*: fix tcmalloc args for pre-cmake builds

Prior to cmake, --with(out)-tcmalloc must be passed to the
configure done during the actual build.  For rpm, that means an
extra arg to the invocation of rpmbuild in build_rpm; for deb,
debian/rules invokes configure.  Also, no reason to export
the shell variables; they're used locally and passed as
property files between Jenkins jobs.

Fixes: http://tracker.ceph.com/issues/18744
Signed-off-by: Dan Mick <dan.mick@redhat.com>
ceph-build/build/build_deb
ceph-build/build/build_rpm
ceph-dev-build/build/build_deb
ceph-dev-build/build/build_rpm
ceph-dev-new-build/build/build_deb
ceph-dev-new-build/build/build_rpm
ceph-dev-new-setup/build/build
ceph-dev-setup/build/build
ceph-setup/build/build