Skip to content

Commit

Permalink
Install and configure python
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Jul 2, 2024
1 parent bd189a9 commit 7b0d369
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/helpers/centos-chroot-setup
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,17 @@ yum install -y \
rh-perl524-perl-open \
rh-perl524-perl-Data-Dumper \
rh-perl524-perl-Thread-Queue \
python27 \
glibc-*.i686 \
libgcc-*.i686 \
libstdc++-*.i686 || exit

# Enable the updated versions
echo '. /opt/rh/devtoolset-8/enable' >> /etc/profile
echo '. /opt/rh/rh-perl524/enable' >> /etc/profile
echo '. /opt/rh/python27/enable' >> /etc/profile

debug "enabling new dev tools for auto builds"
. /opt/rh/devtoolset-8/enable
. /opt/rh/rh-perl524/enable
. /opt/rh/python27/enable

0 comments on commit 7b0d369

Please sign in to comment.