Skip to content

Commit

Permalink
cirrus: fix R-core module dependency on RockyLinux 8
Browse files Browse the repository at this point in the history
environment-modules should now be preinstalled to avoid fetching another
module implementation from enabled repositories to complete R-core
dependencies.
  • Loading branch information
xdelaruelle committed Nov 16, 2023
1 parent a25a9e6 commit e7ae004
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ task:
sed -i 's|enabled=0|enabled=1|' /etc/yum.repos.d/Rocky-PowerTools.repo
# specific update of libarchive is required for CMake on EL8.3
yum update -y libarchive
# need to pre-install correct module implementation to avoid fetching
# another one from EPEL (as dependency for R-core) on recent RockyLinux 8
yum install -y environment-modules
fi
if [[ $VERSION_ID == 8* ]]; then
PYTHON_PKG='python36'
Expand Down

0 comments on commit e7ae004

Please sign in to comment.