mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-04-23 22:30:12 +08:00
build: resolve a fixme and disable tcmu repo
Cmd to disable apache arrow repo is removed, since it is no longer needed. Cmd to disable tcmu repo is added to make build pass. refer: https://github.com/ceph/ceph-container/issues/2034 Signed-off-by: Rakshith R <rar@redhat.com> (cherry picked from commit 5ed305850f42ee4a7273260209b0dc60a49125e0)
This commit is contained in:
parent
6fd0e19ef7
commit
c5750fb585
@ -23,10 +23,10 @@ RUN source /build.env && \
|
||||
# test if the downloaded version of Golang works (different arch?)
|
||||
RUN ${GOROOT}/bin/go version && ${GOROOT}/bin/go env
|
||||
|
||||
# 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
|
||||
# TODO: remove the following cmd, when issue
|
||||
# https://github.com/ceph/ceph-container/issues/2034 is fixed.
|
||||
RUN dnf config-manager --disable \
|
||||
tcmu-runner,tcmu-runner-source,tcmu-runner-noarch || true
|
||||
|
||||
RUN dnf -y install \
|
||||
librados-devel librbd-devel \
|
||||
|
Loading…
x
Reference in New Issue
Block a user