Repository metrics
- Stars
- (1,200 stars)
- PR merge metrics
- (PR metrics pending)
Description
trying to set up an environment to run doom requires a lot of packages. here is an envbuild for it:
echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
apk add -u sdl2 xorg-server xf86-video-vesa xf86-input-evdev chocolate-doom
this adds over 100 packages and often about 60% through it will just hang. you can ctrl-c out and there is still a network connection, but no messages are being sent over it. cpu also drops to idle.
it's also not entirely consistent. for a while i thought it was happening consistently after 30 minutes, but that isn't the case. i thought maybe it was one of the packages installed around then, but they install fine on their own. i thought maybe it could be cloudflare websocket connection timeout, or the container being restarted (happens occasionally on platform). it could still be related to cloudflare though it does happen locally as well.
i don't see any errors or stalled 9p operations. i really dont know what it is and its very time consuming to reproduce.