Control: reassign -1 src:golang-1.16 1.16.8-1

On Mon, Oct 4, 2021 at 11:27 PM Jörn Heusipp
<osm...@problemloesungsmaschine.de> wrote:
>
> I am by no means a Go expert, however given that docker is written in
> Go, and that Go increased the default i386 architecture requirements to
> SSE2 in 1.16 (see <https://golang.org/doc/go1.16#386>), building the
> docker package with GO386=softfloat on i386 might solve this issue. The
> set of x86 CPUs supporting SSE2 but not also supporting amd64 is quite
> small. Basically, only the Pentium 4. Thus to be useful on 32bit x86
> systems in general, I think wider compatibility, even at a performance
> cost, could be considered.

You're right. We are aware of this, and did a hack in our build script
with GO386=softfloat on i386, but it seems there's a bug in the build
script.

-- 
Shengjing Zhu

Reply via email to