demonnic / muddler

A build tool for Mudlet package developers
MIT License
39 stars 12 forks source link

Muddler via docker container hangs at times #27

Open linner opened 2 years ago

linner commented 2 years ago

Using muddle via docker container sometimes results in the command hanging. Symptom seems to be that the output to STDOUT stops.

I've seen it happen after outputting that it's beginning to build the package, and also while processing actual .json of aliases, or triggers. Only recourse is to kill -1 (regular kill is not sufficient) and try again.

Possibly because I'm running this on an M1 Macbook Pro.

jlchmura commented 7 months ago

+1. Same thing happens to me. Also running on M1 MBP.

demonnic commented 7 months ago

hmm. I'll look into providing an arm64 version of the image, which may help.