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 0a38344 commit 2425058Copy full SHA for 2425058
.circleci/docker/centos-rocm/Dockerfile
@@ -18,7 +18,9 @@ RUN bash ./install_base.sh && rm install_base.sh
18
# Update CentOS git version
19
RUN yum -y remove git
20
RUN yum -y remove git-*
21
-RUN yum -y install https://packages.endpoint.com/rhel/7/os/x86_64/endpoint-repo-1.9-1.x86_64.rpm
+RUN yum -y install https://packages.endpoint.com/rhel/7/os/x86_64/endpoint-repo-1.9-1.x86_64.rpm || \
22
+ (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