Skip to content

Commit

Permalink
CI: Remove dependency of Autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
marktwtn committed Jun 26, 2023
1 parent fad32ce commit 00afee3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions distro/centos/ci/centos8/entrypoint_centos8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
yum update -y
yum groupinstall -y 'Development Tools'
yum install -y \
autoconf \
automake \
libtool

# dependencies
yum install -y \
Expand Down

0 comments on commit 00afee3

Please sign in to comment.