You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gosu from Ubuntu 22.04 was recently rebuilt with go 1.18.1. And on arm32v7 happens to hit a regression in go (golang/go#51776, golang/go@4f45424). So, the build fails when it tries to gosu nobody true.
The
gosu
from Ubuntu 22.04 was recently rebuilt with go1.18.1
. And onarm32v7
happens to hit a regression in go (golang/go#51776, golang/go@4f45424). So, the build fails when it tries togosu nobody true
.We have a few options that I can see:
gosu
directly from upstream releases3.13
image for arm32v7 stays where it was on its last build on 2014-11-04)arm32v7
for the 3.13 imagesFailing log:
The text was updated successfully, but these errors were encountered: