RockyLinux 8
RockyLinux 8 distribution project.
WARNING: repositories are unsigned and SSL certificate is cloudflare owned. Man in the middle attacks are possible
and your build environment might be poisened!
Refresh
This project does not contain any packages
Comments 2
ExpandFlags: module:python36-3.6
doesn't work correctly, it says downloading dod packages for few days and nothing happens.This distribution project used to work (at least up to 8.5), but it can't be used to build against at this point with 8.10 with "unresolvable preinstalls: nothing provides perl(IO::Socket::SSL) >= 1.56 needed by perl-HTTP-Tiny".
This is because perl-HTTP-Tiny added a dependency on perl-IO-Socket-SSL which is a module.
I couldn't work out how to get it to use the module context for perl-5.26, but dropping to perl-5.24 allowed me to get things running for builds, by adding the following to the project config:
ExpandFlags: module:perl-5.24
ExpandFlags: module:perl-IO-Socket-SSL-2.066
I couldn't work out how to branch the project to submit this fix.