]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
Revert "nfs-ganesha/rpm: Fix tcmalloc allocator setup" 2080/head
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 23 Sep 2022 13:00:24 +0000 (09:00 -0400)
committerDimitri Savineau <dsavinea@redhat.com>
Fri, 23 Sep 2022 13:01:40 +0000 (09:01 -0400)
This reverts commit 953f385e4b410fb7c560b47295ef2fd34e25d44a.

This isn't needed anymore since the changes in nfs-ganesha have been
merged [1]

[1] https://github.com/nfs-ganesha/nfs-ganesha/commit/5eada8d

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
nfs-ganesha/build/build_rpm

index 3ac0b9c12287fbadbe390130c851d8b63eec7990..162e7cc23bb74ce38f91049907543f336fdbcc2c 100644 (file)
@@ -124,8 +124,6 @@ fi
 sed -i 's/libcephfs1-devel/libcephfs-devel/' $WORKSPACE/nfs-ganesha/src/nfs-ganesha.spec
 sed -i 's/librgw2-devel/librgw-devel/' $WORKSPACE/nfs-ganesha/src/nfs-ganesha.spec
 sed -i 's/CMAKE_BUILD_TYPE=Debug/CMAKE_BUILD_TYPE=RelWithDebInfo/' $WORKSPACE/nfs-ganesha/src/nfs-ganesha.spec
-sed -i '/^BuildRequires:.*cmake$/a\BuildRequires:  gperftools-devel\' $WORKSPACE/nfs-ganesha/src/nfs-ganesha.spec
-sed -i '/-DSANITIZE_ADDRESS/a\        -DALLOCATOR=tcmalloc\' $WORKSPACE/nfs-ganesha/src/nfs-ganesha.spec
 
 ## Create the source rpm
 echo "Building SRPM"