Closed AlexDaniel closed 6 years ago
I'm the author of this module. I generally test installation inside a rakudo-star:latest
docker to ensure it can install cleanly. Having just done that, it seems to work correctly. It does require make
and gcc
to be available, since the Term::termios
dependency requires these.
docker run -it -v "$(pwd):/app" -w /app rakudo-star:latest bash
apt update
apt install build-essential
zef install App::Assixt
This passes tests and installs correctly.
Module App::Assixt is failing its tests and/or does not install.
zef install MODULENAME
.works for me
and close the issue.native dependency
label, describe what you did to install it and ensure that same instructions are present in the README file of the module (otherwise submit a pull request). If everything is green you can close the issue.PR sent
label and close the issue.failing dependency
label and write a comment explaining the situation. Leave this ticket open and feel free to work on the corresponding ticket for the failing dependency.If you can't self-assign, attach a label, or close the ticket, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.