elijahr

Results 11 comments of elijahr

@yjcn we recently released some changes that speed up builds. The architectures are still emulated, but if some of your build time is spent installing dependencies you can look into...

@uraimo just a heads up, I'm attending to some personal matters and likely won't have time to review PRs here for at least a month.

@tcdude what is your workflow config yml, and what `act` command are you running?

From what I understand, Github Actions has a dedicated macOS build farm that's used for the macOS builds. Probably something similar with Windows. run-on-arch-action uses qemu via docker, which does...

@eirikb Ah, yep, Windows and macOS arm64 would be cool. I've wanted macOS arm64 support for Github Actions too. Who knows if Github will add such runners though. If so...

@rafal1137 Can you provide a workflow yaml so we can reproduce the issue?

@rafal1137 using the following simplified config in my own repo, I was able to see that the `CI` env var is passed as `true`: Config: ```yml name: test on: push...

Might depend on how the host CPU is determined within the Makefile. Within docker containers the `uname -a` command's output is "incorrect", and perhaps some other system calls would also...

@rshea0 it may not be unicode, just seemed like it. If I can help debug further let me know. Cheers!

I think I just dragged it in. I'm not using any library integrations. I have a few tracks with `ä` in the file name: ![image](https://user-images.githubusercontent.com/153711/119898456-7dbac300-bf07-11eb-9be5-a4cdcdc97678.png) They load and play okay...