Skip to content

Commit

Permalink
chore: remove Go buildid
Browse files Browse the repository at this point in the history
See golang/go#59553

The problem is that `buildid` is not reproducible for Talos builds with
Go 1.20+. Remove the `buildid` until the issue is resolved to make
builds reproducible.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Apr 12, 2023
1 parent e31f7f5 commit bd1cff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ IMAGER_SYSTEM_EXTENSIONS ?=

CGO_ENABLED ?= 0
GO_BUILDFLAGS ?=
GO_LDFLAGS ?=
GO_LDFLAGS ?= all=-buildid=
GOAMD64 ?= v2

WITH_RACE ?= false
Expand Down

0 comments on commit bd1cff3

Please sign in to comment.