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 previous clearing of buildid did fully work, turns out we need to
set it in `ldflags`
The go buildid is the only remaining hurdle for reproducible builds, see
ethereum/go-ethereum#28987 (comment)
This PR changes the go build id application note to say literally `none`
golang/go#33772 (comment):
> This difference is due to the .note.go.buildid section added by the
linker. It can be set to something static e.g. -ldflags=-buildid= (empty
string) to gain reproducibility.
0 commit comments