We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f595465 commit fb6681aCopy full SHA for fb6681a
.ci/docker/centos-rocm/Dockerfile
@@ -19,8 +19,6 @@ RUN yum install -y glibc-langpack-en
19
# Update CentOS git version
20
RUN yum -y remove git
21
RUN yum -y remove git-*
22
-RUN yum -y install https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo-1.9-1.x86_64.rpm && \
23
- sed -i 's/packages.endpoint/packages.endpointdev/' /etc/yum.repos.d/endpoint.repo
24
RUN yum install -y git
25
26
# Install devtoolset
0 commit comments