mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
cleanup: no need for disabling the apache-arrow-centor repository
The apache-arrow-centor repository is not available in current Ceph container-images, there is no need to try to disable the repository anymore. See-also: https://github.com/ceph/ceph-container/pull/1990 Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
parent
57a4fcbaa3
commit
b2e31dbe1e
@ -17,11 +17,6 @@ RUN source /build.env \
|
||||
&& mkdir -p /usr/local/go \
|
||||
&& curl https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-${GOARCH}.tar.gz | tar xzf - -C ${GOROOT} --strip-components=1
|
||||
|
||||
# FIXME: Ceph does not need Apache Arrow anymore, some container images may
|
||||
# still have the repository enabled. Disabling the repository can be removed in
|
||||
# the future, see https://github.com/ceph/ceph-container/pull/1990 .
|
||||
RUN dnf config-manager --disable apache-arrow-centos || true
|
||||
|
||||
RUN dnf -y install \
|
||||
git \
|
||||
make \
|
||||
|
Loading…
Reference in New Issue
Block a user