mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
build: libcephfs-devel is not needed
go-ceph does not use CephFS development headers, so there is no need to install libcephfs-devel. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
6c8bc79771
commit
06d5d8f23a
@ -43,9 +43,9 @@ if [ -n "$(command -v go)" ]; then
|
||||
# based systems.
|
||||
if ! go run -mod=vendor "${LIBCHECK}" > /dev/null; then
|
||||
if [ -n "${RPM_CMD}" ]; then
|
||||
echo "Packages libcephfs-devel librbd-devel librados-devel need to be installed"
|
||||
echo "Packages librbd-devel librados-devel need to be installed"
|
||||
elif [ -n "${DPKG_CMD}" ]; then
|
||||
echo "Packages libcephfs-dev librbd-dev librados-dev need to be installed"
|
||||
echo "Packages librbd-dev librados-dev need to be installed"
|
||||
else
|
||||
fail "error can't verify Ceph development headers"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user