refaktor / rye-fyne

Fyne GUI library with Rye language.
https://ryelang.org
Apache License 2.0
14 stars 2 forks source link

DEPLOY: About releases... #38

Open xplshn opened 3 days ago

xplshn commented 3 days ago

Hi! Awesome project, been wanting to test this but I was not able to build the fyne-binded rye for Musl... It'd be great if releases were made by a bot, and also, releasing static binaries would be appreciated, specially for my project, dbin (I want to add rye and rye-fyne to the repos, currently only rye has been added since we could not get rye-fyne to build, not even as dynamic nor static).

Is creating a GH Action workflow that builds the tagged version of rye + the main branch of it after every commit considered? Would simplify a lot of things, and would mean that all rye binaries could be added to Toolpacks (the repo that dbin uses, the requirement is that all binaries be static, (work on musl&glibc and even mlibc,etc))

refaktor commented 3 days ago

Hi, thank you. I was just watching and reading about dbin before, when I noticed your follow, liking it's minimalistic static approach. I just now saw what leve of "static" you are talking about.

I have no experience with Musl. I read just now about it. How did you try to build rye-fyne with musl and how did it fail? Please provide some more information so I can try to find a solution.

Did you also try building just normal rye, without fyne?

I was just adding automatic builds with github workflows. You can see the latest result here: https://github.com/refaktor/rye-fyne/releases/tag/26 I'm not sure if you meant something like these , let me know.