Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.16-alpine Image build fails for i386 architecture because of #355 #359

Closed
urfin78 opened this issue Feb 23, 2021 · 1 comment · Fixed by #360
Closed

1.16-alpine Image build fails for i386 architecture because of #355 #359

urfin78 opened this issue Feb 23, 2021 · 1 comment · Fixed by #360
Labels

Comments

@urfin78
Copy link

urfin78 commented Feb 23, 2021

Hello,

I'm using the alpine i386 Version of the Image as base for one of my projects.
Obviously the Jenkins build for the 1.16 version on i386 architecture fails because of #355

https://doi-janky.infosiftr.net/job/multiarch/job/i386/job/golang/360/

export GO386="softfloat"'

  • eval 'export GOARCH="386"
    export GOOS="linux"
    export GO386="softfloat"'
  • export 'GOARCH=386'
  • export 'GOOS=linux'
  • export 'GO386=softfloat'
  • '[' -n linux ]
  • '[' -n 386 ]
  • cd /usr/local/go/src
  • ./make.bash
    Building Go cmd/dist using /usr/lib/go. (go1.15.7 linux/386)
    go tool compile: exit status 1
    unsupported setting GO386=softfloat

The new option or the GO386 setting is not supported by the go version used in the build process.
I don't know if it's fixable on the the Jenkins side or if the option has to be removed to build the new image. Can somebody take a look at this?

Thanks
Thomas

@yosifkit
Copy link
Member

😢 https://git.alpinelinux.org/aports/commit/?id=b8cdcf4ed68be1c263713465e6469496349497b4

So it seems we need 1.16 tn order to build 1.16 without SSE2 support... thanks go. golang/go#44500
(and soon golang/go#44505).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants