Skip to content

Commit

Permalink
consul: minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
herbygillot committed Nov 24, 2020
1 parent 246c3dc commit 937ae8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions net/consul/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ homepage https://www.consul.io
platforms darwin
categories net
license MPL-2
installs_libs no

# Consul's build process requires the git repository.
fetch.type git
Expand All @@ -35,7 +34,7 @@ long_description Consul is a service mesh solution providing a full \
Envoy.

# Do not restrict Go from downloading dependencies at build time.
build.env-delete GOPROXY=off GO111MODULE=off
build.env-delete GOPROXY=off GO111MODULE=off

# The "dev" build target must be used to build just the binary for this
# platform, instead of for ALL platforms
Expand Down

0 comments on commit 937ae8e

Please sign in to comment.