Skip to content

Commit

Permalink
circle ipv6 config
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Oct 22, 2015
1 parent 98af220 commit 053ce28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ machine:
IMPORT_PATH: "github.com/influxdb/kapacitor"

dependencies:
pre:
# setup ipv6
- sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 net.ipv6.conf.default.disable_ipv6=0 net.ipv6.conf.all.disable_ipv6=0

override:
- source $HOME/.gvm/scripts/gvm; gvm use "go1.5.1"; mkdir -p "$GOPATH/src/$IMPORT_PATH"
- source $HOME/.gvm/scripts/gvm; gvm use "go1.5.1"; rsync -a --delete ./ "$GOPATH/src/$IMPORT_PATH/"
Expand Down

0 comments on commit 053ce28

Please sign in to comment.