Skip to content

Commit 383d64e

Browse files
committed
dashboard: set GO_EXTLINK_ENABLED=1 for Alpine builder for now
Updates golang/go#18243 Change-Id: I76989c3f6b592fb2b68df86c853896f7a2ff7a25 Reviewed-on: https://go-review.googlesource.com/41798 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 0f86ace commit 383d64e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dashboard/builders.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,9 @@ func init() {
795795
addBuilder(BuildConfig{
796796
Name: "linux-amd64-alpine",
797797
HostType: "host-linux-x86-alpine",
798+
env: []string{
799+
"GO_EXTLINK_ENABLED=1", // Issue 18243 (internal linking broken)
800+
},
798801
})
799802
// Add the -vetall builder. The builder name suffix "-vetall" is recognized by cmd/dist/test.go
800803
// to only run the "go vet std cmd" test and no others.

0 commit comments

Comments
 (0)