Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: update go version to go1.11 and simplify build #553

Merged
merged 1 commit into from
Aug 27, 2018

Conversation

sgotti
Copy link
Member

@sgotti sgotti commented Aug 27, 2018

  • use go 1.10.x and 1.11.x on travis
  • Remove the build hack that uses a local GOPATH:
    • Use go_import_path on travis and create a symlink to the main org repo on
      semaphore
    • Users forking stolon repo on github should just use git remotes in the main
      repo clone
  • Remove messages to build a cgo enabled stdlib, go build cache introduced in go
    1.10 also caches this.
  • Always use go build instead of go install so we can directly place
    binaries in the project bin dir and choose the binary name

* use go 1.10.x and 1.11.x on travis
* Remove the build hack that uses a local GOPATH:
  * Use `go_import_path` on travis and create a symlink to the main org repo on
  semaphore
  * Users forking stolon repo on github should just use git remotes in the main
  repo clone
* Remove messages to build a cgo enabled stdlib, go build cache introduced in go
1.10 also caches this.
* Always use `go build` instead of `go install` so we can directly place
binaries in the project bin dir and choose the binary name
@sgotti sgotti merged commit 6f45fb8 into sorintlab:master Aug 27, 2018
sgotti added a commit that referenced this pull request Aug 27, 2018
*: update go version to go1.11 and simplify build
@sgotti sgotti added this to the v0.13.0 milestone Sep 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant