Skip to content

Commit

Permalink
dashboard: set GO_EXTLINK_ENABLED=1 for Alpine builder for now
Browse files Browse the repository at this point in the history
Updates golang/go#18243

Change-Id: I76989c3f6b592fb2b68df86c853896f7a2ff7a25
Reviewed-on: https://go-review.googlesource.com/41798
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
bradfitz committed Apr 26, 2017
1 parent 0f86ace commit 383d64e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,9 @@ func init() {
addBuilder(BuildConfig{
Name: "linux-amd64-alpine",
HostType: "host-linux-x86-alpine",
env: []string{
"GO_EXTLINK_ENABLED=1", // Issue 18243 (internal linking broken)
},
})
// Add the -vetall builder. The builder name suffix "-vetall" is recognized by cmd/dist/test.go
// to only run the "go vet std cmd" test and no others.
Expand Down

0 comments on commit 383d64e

Please sign in to comment.