nxadm
nxadm
I am looking for a quick win to get you the magical 80% there while keeping the constraints in mind regarding the young age of the ecosystem and the relative...
> Containers are precisely what is bringing me here. I can't seem to be able to install zef in the [container environment created in 2017.05](https://hub.docker.com/repository/registry-1.docker.io/jjmerelo/alpine-raku/builds/007c94f6-6780-41eb-913c-257044f505da). Containers are the top case...
> WRT modules breaking: I put high hopes in fez (the new ecosystem tony-o is working on). Similar to the CPAN eco, releases will never change and not disappear (in...
As is, the PR disable the tests for everyone, so I will close it. Reopen append it, eg with something like this: ```sh /opt/rakudo-pkg/bin/raku -I. bin/zef --install-to=home --force-install $@ install...
We can't do much about Wayland, but a script is installed to add raku your $HOME/.profile: https://github.com/nxadm/rakudo-pkg/blob/master/include/add-rakudo-to-path I think this suffices. Reopen if you think it does not.
The doc is here, linked from the README.md: https://github.com/nxadm/rakudo-pkg/blob/master/docs/path.md
Weirder: running the same container version with a "debug" configure builds fine (same on #1425): ``` perl ./Configure.pl --prefix=$INSTALL_ROOT --relocatable --debug --optimize=0 ```
I moved the rakudo-pkg refactoring setup to git because this way I can track head and its submodules. I was indeed looking in that direction :)
git is needed for the submodules not in the tar, so I adapted it like this: ``` apk update apk upgrade apk add bash build-base git gzip perl perl-utils tar...
It still fails, but I am trying to figure out why my "debug" build pass. If it works at your end it may be something in the github action.