Remove retries to ExternalName (#4584)
This commit is contained in:
parent
189e742685
commit
624ce0857a
4 changed files with 9 additions and 28 deletions
|
|
@ -28,7 +28,7 @@ if [ -z "${PKG}" ]; then
|
|||
fi
|
||||
|
||||
export CGO_ENABLED=1
|
||||
export GODEBUG=netdns=go+2
|
||||
export GODEBUG=netdns=cgo+2
|
||||
# use vendor directory instead of go modules https://github.com/golang/go/wiki/Modules
|
||||
export GO111MODULE=off
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ fi
|
|||
|
||||
# enabled to use host dns resolver
|
||||
export CGO_ENABLED=1
|
||||
export GODEBUG=netdns=go+2
|
||||
export GODEBUG=netdns=cgo+2
|
||||
# use vendor directory instead of go modules https://github.com/golang/go/wiki/Modules
|
||||
export GO111MODULE=off
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue