Radon Rosborough
Radon Rosborough
You're probably looking for https://github.com/raxod502/riju/blob/bb3a61a5cf99af84e75286d79017ed142dec1989/backend/util.js#L17-L22 and https://github.com/raxod502/riju/blob/bb3a61a5cf99af84e75286d79017ed142dec1989/backend/util.js#L131-L137
Can I see the full build output? This can sometimes happen due to a transient network error so you may also try building again. I just tried building from scratch...
Okay, firstly, my previous comment was a bit off base, because the admin image isn't actually based on `riju:ubuntu`, it's just based directly on `ubuntu:rolling`. With that said, I tried...
Well, it probably boils down to the fact that APT is detecting you're on ARM and the Docker and Terraform repos don't provide ARM builds. I doubt the issues will...
Oh, awesome. So, if I understand correctly: * By default Docker is pulling the ARM version of the Ubuntu image from Docker Hub, and running it natively. * In that...
Odd, I can't think of any reason that would be related to the Node version or processor architecture.
Oh, yikes. I guess it would be good to document this limitation (and link to the upstream issue).
For the past several weeks I have been working on migrating Riju to a Kubernetes native deployment. This will reduce hosting costs significantly, bringing the project in line with current...
You probably want https://github.com/radian-software/riju/blob/main/doc/infra.md, https://github.com/radian-software/riju/blob/main/doc/build.md, and other files in the same directory.
I see this as well: ``` 0 riju@admin:/src$ make sandbox L=typescript L=typescript node backend/sandbox.js Starting session with UUID 14127ad3a0d94e6a9f1019479736a75b riju@typescript:~/src$ time run real 0m2.658s user 0m1.524s sys 0m0.077s riju@typescript:~/src$ time...