Skip to content

Commit

Permalink
Merge pull request ethereum#3439 from karalabe/drop-deprecated-wily
Browse files Browse the repository at this point in the history
build: Ubuntu wily was officially deprecated, drop support
  • Loading branch information
karalabe authored Dec 14, 2016
2 parents 9cc0f60 + 8941665 commit 4d960f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ var (

// Distros for which packages are created.
// Note: vivid is unsupported because there is no golang-1.6 package for it.
debDistros = []string{"trusty", "wily", "xenial", "yakkety"}
// Note: wily is unsupported because it was officially deprecated on lanchpad.
debDistros = []string{"trusty", "xenial", "yakkety"}
)

var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin"))
Expand Down

0 comments on commit 4d960f6

Please sign in to comment.