- Belgium
- https://www.rustybever.be
-
Computer science student from Belgium who loves playing around with servers.
- Joined on
2021-03-28
WIP: address some small problems
Some PKGBUILDs don't work with Vieter
Support using arbitrary commit of V compiler
The current dev branch isn't actually broken, so we could just wait this one out as usual 🤷♂️
Fully configure cron daemons using API
Only create/update builder image when it's needed for builds
Only create/update builder image when it's needed for builds
Ths image is no longer relevant due to the server-agent rewrite.
Client code should be able to work with empty error responses
Builds fail when builder image is removed
With the new agent-server architecture, this happens more often because I can now schedule builds at arbitrary times. The solution might be to check in the refresh_image whether the latest image…
Package downloads can still fail
Stdout seems to be buffered in Docker containers
I'm pretty sure this can be resolved by using setbuf(stdout, NULL); to disable buffering for stdout (& stderr as well).