Skip to content

Commit

Permalink
Merge pull request moby#48958 from cpuguy83/autogo_to_the_future
Browse files Browse the repository at this point in the history
Down with the sickness (AUTO_GOPATH)
  • Loading branch information
thaJeztah authored Jan 2, 2025
2 parents ebb269d + ce37cb3 commit 58125b6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions hack/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ if [ "$AUTO_GOPATH" ]; then
export GOPATH="${PWD}/.gopath"
fi

if [ ! "$GOPATH" ]; then
echo >&2 'error: missing GOPATH; please see https://pkg.go.dev/cmd/go#hdr-GOPATH_environment_variable'
echo >&2 ' alternatively, set AUTO_GOPATH=1'
exit 1
fi

if [ -z "${EXCLUDE_AUTO_BUILDTAG_JOURNALD:-}" ] && ${PKG_CONFIG} 'libsystemd' 2> /dev/null; then
DOCKER_BUILDTAGS+=" journald"
fi
Expand Down

0 comments on commit 58125b6

Please sign in to comment.