Closed
Description
Run Raku modules installments/tests on dockers to check modules health against different rakudos/os/environments.
Things that modules authors might want to check. Things that Rakudo release engineers might want to check.
- We need to check Raku modules compatibility with various versions of Rakudo
- We need to check Raku modules compatibility with various versions of operation systems
- We need to check missing Raku modules dependencies - installments issues
- We need to check missing external libraries dependencies - installments issues ( some modules requires libraries /packages. E.g. libsqlite, libssl )
- We need to check Raku modules compatibility against certain versions of external libraries ( e.g. how my module works with this version of libsqlite, libssl ?)
- We need to check any other possible integration related issues ( any tests that are beyond unit tests )