Skip to content

Commit

Permalink
gperftools: install from epel-testing for ceph octopus
Browse files Browse the repository at this point in the history
This commit makes any build against el8 fetch gperftools from
epel-testing which provides 2.7 instead of epel which provides 2.8.

Related BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1933792
Related Tracker: https://tracker.ceph.com/issues/49618#note-5

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 4c4b735)
  • Loading branch information
guits committed Mar 10, 2021
1 parent df552a0 commit e2994a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ceph-releases/ALL/centos/8/daemon-base/__GPERFTOOLS_LIBS__
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--enablerepo='epel-testing' gperftools-libs
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ bash -c ' \
REPO_URL="http://download.ceph.com/rpm-${CEPH_VERSION}/el__ENV_[BASEOS_TAG]__/"; \
fi && \
rpm -Uvh "$REPO_URL/noarch/ceph-release-1-${RELEASE_VER}.el__ENV_[BASEOS_TAG]__.noarch.rpm" ' && \
yum install -y __GPERFTOOLS_LIBS__ && \
yum install -y __CEPH_BASE_PACKAGES__
1 change: 1 addition & 0 deletions ceph-releases/ALL/centos/daemon-base/__GPERFTOOLS_LIBS__
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gperftools-libs

0 comments on commit e2994a6

Please sign in to comment.