ParetoOptimalDev
ParetoOptimalDev
@hamishmack Doh! It was private, just made it public.
> Thanks for reporting, let me take a look this coming week and see if we can easily fix it. Sure, if it helps my first thought was "Can `devbox...
Hi, I use NixOS to successfully and simply build `elm-format` for `aarch64-linux` like: ``` nix-build -A pkgsCross.aarch64-multiplatform-musl.pkgsStatic.elmPackages.elm-format ``` You can easilly do this on github actions by [following this tutorial](https://nix.dev/tutorials/continuous-integration-github-actions)....
I made a github action following the tutorial I linked above, let's see if it everything works the first time and gives us that binary :smile: https://github.com/ParetoOptimalDev/elm-format/runs/8063581557?check_suite_focus=true
Looks like it's working just like it does for me locally, but first build will take forever. Since I setup cachix with it though, the subsequent ones will be fast.
Huh, `nix-build -A pkgsCross.aarch64-darwin.elmPackages.elm-format` evne gives me the inifinite recursion error on NixOS. Cachix doesn't require a paid account for public caches like this one would be, you just have...
Here's an aarch64 multiplatform binary for testing: https://github.com/ParetoOptimalDev/elm-format/suites/8023378224/artifacts/344661816 It finished in 2 hours. I reran and it took 40s with the cache.
Update: It works on aarch64-linux, but not aarch64-darwin/arm64 on an m1 mac.
Just for completeness I tried building `pkgsCross.aarch64-darwin.elmPackages.elm-format` in the gihub action and it had infinite recursion encountered (as expected) [here](https://github.com/ParetoOptimalDev/elm-format/runs/8065037574?check_suite_focus=true#step:5:7). A workaround could be that when https://github.com/actions/runner-images/issues/2187 is finished, you...
> I'm interested in working on this. Is the idea to have a button that takes A picture and saves it relative to where the org for is stored by...