mirror of https://github.com/ceph/go-ceph
testing: drop castxml install from ci container build
The castxml install from centos8+epel has been rather fraught with errors including broken/failed installs and, at the time of this commit, it installs but can not run due to llvm integration/cli issues. On top of this it was not available on centos7 anyway and so would, in theory, only have worked on the octopus container image. At this point it seem that running the implements tool is not worth all the failures that trying to install castxml causes. Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
4cf21dd0b3
commit
b7836c621e
|
@ -10,7 +10,6 @@ RUN true && \
|
|||
git wget curl make \
|
||||
/usr/bin/cc /usr/bin/c++ \
|
||||
"libcephfs-devel-${cv}" "librados-devel-${cv}" "librbd-devel-${cv}" && \
|
||||
(yum install -y /usr/bin/castxml || true) && \
|
||||
true
|
||||
|
||||
ENV GOTAR=go1.12.17.linux-amd64.tar.gz
|
||||
|
|
Loading…
Reference in New Issue