Skip to content

Commit df2c74a

Browse files
Update contribution instructions to use consul 0.7.1 (0.7.0 segfaults on OSX)
Consul 0.7.0 segfaults ➜ diego-release git:(develop) ✗ consul --version [1] 36334 segmentation fault consul --version Consul 0.7.1 works ➜ diego-release git:(develop) ✗ consul --version Consul v0.7.1
1 parent 0629f59 commit df2c74a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ To be able to run unit tests, you'll also need to install the following binaries
8787

8888
# Install consul
8989
if uname -a | grep Darwin; then os=darwin; else os=linux; fi
90-
curl -L -o $TMPDIR/consul-0.7.0.zip "https://releases.hashicorp.com/consul/0.7.0/consul_0.7.0_${os}_amd64.zip"
91-
unzip $TMPDIR/consul-0.7.0.zip -d $GOPATH/bin
92-
rm $TMPDIR/consul-0.7.0.zip
90+
curl -L -o $TMPDIR/consul-0.7.1.zip "https://releases.hashicorp.com/consul/0.7.1/consul_0.7.1_${os}_amd64.zip"
91+
unzip $TMPDIR/consul-0.7.1.zip -d $GOPATH/bin
92+
rm $TMPDIR/consul-0.7.1.zip
9393

9494
To be able to run the integration test suite ("inigo"), you'll need to have a local [Concourse](http://concourse.ci) VM. Follow the instructions on the Concourse [README](https://github.com/concourse/concourse/blob/master/README.md) to set it up locally using [vagrant](https://www.vagrantup.com/). Download the fly CLI as instructed and move it somewhere visible to your `$PATH`.
9595

0 commit comments

Comments
 (0)