Trying to get a blin run working (on a mac m2 with docker installed), I see the following issue: either my old/new endpoints are not found (esp. with the defaults), or if they are, I get a bus error:
docker/dblin --old=2022.02 --new=2022.11 App::Uni
Using default tag: latest
latest: Pulling from rakudo/blin
Digest: sha256:6c65b28728b5e0e6913590a35c13ef35d27e7f9033b6e1b11b21faa01a7247d0
Status: Image is up to date for rakudo/blin:latest
docker.io/rakudo/blin:latest
Running Blin with parameters: --old=2022.02 --new=2022.11 App::Uni
🥞 Prep
🥞 Will use up to 4 threads for testing modules
Already up to date.
Already up to date.
🥞 Will compare between 2022.02 and 2022.11
🥞 Ensuring zef checkout
Already up to date.
🥞 Creating a config file for zef
/entrypoint.sh: line 5: 8 Bus error bin/blin.p6 $@
Doesn't matter what the old/new are (as long as they are found), and it doesn't matter which module is being testing.
Trying to get a blin run working (on a mac m2 with docker installed), I see the following issue: either my old/new endpoints are not found (esp. with the defaults), or if they are, I get a bus error:
Doesn't matter what the old/new are (as long as they are found), and it doesn't matter which module is being testing.