Borketh

Results 22 comments of Borketh

Looks like it doesn't exist at all yet for powerpc unfortunately https://julialang.org/downloads/

Oh I see, there are Julia powerpc versions, but I don't know about juliaup. Edit: yeah, look in the releases here on github, there's nothing for powerpc.

Same issue with same version on EndeavourOS

Here's my solution, this may or may not help some of you, @oar-spease especially. `Dockerfile` ```dockerfile FROM python:3.10-slim as runtime VOLUME /config WORKDIR /app COPY runtime-deps.sh . RUN bash runtime-deps.sh...

As you can see in my example it also works on debian bullseye

Dumb question but why not use the built in `ast` module

But for the pure python stuff I mean I know that's not the whole scope of Cython, but isn't it a good starting point?

While I though initially that using [a premade github action](https://github.com/julia-actions/julia-runtest) would be trivial, it's not here. There's a big problem with CI/CD of graphical libraries: ![FD052B5F-512E-441A-A420-27B11FC5A363](https://user-images.githubusercontent.com/80119007/166859353-a7797e7d-3402-45c9-9140-d060e9036977.jpeg) they need graphics. The...

Given the existence of #25 maybe this *can* run headlessly, but it just doesn't run at all right now.