Skip to content

Commit

Permalink
Fix wrongly commented SCLo mirror base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Jul 3, 2024
1 parent 301c79d commit feee355
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/docker/centos-7-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ RUN \
sed -i \
-e 's/^mirrorlist/#mirrorlist/' \
-e 's/^#baseurl/baseurl/' \
-e 's/^# baseurl/baseurl/' \
-e 's/mirror\.centos\.org/vault.centos.org/' \
/etc/yum.repos.d/CentOS-SCLo-scl*.repo && \
cat /etc/yum.repos.d/CentOS-SCLo-scl.repo && \
cat /etc/yum.repos.d/CentOS-SCLo-scl-rh.repo && \
yum install -y \
cmake3 \
curl \
Expand Down

0 comments on commit feee355

Please sign in to comment.