We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is the same issue like here, but for vault: kubernetes/kubernetes#23130
When I forced build to use CGO_ENABLED=1 then everything works as expected
diff --git a/scripts/build.sh b/scripts/build.sh index ef7e90358..942b8a46b 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -52,6 +52,7 @@ mkdir -p bin/ # If GOX_PARALLEL_BUILDS is set, it will be used to add a "-parallel=${GOX_PARALLEL_BUILDS}" gox parameter echo "==> Building..." gox \ + -cgo \ -osarch="${XC_OSARCH}" \ -gcflags "${GCFLAGS}" \ -ldflags "${LD_FLAGS}-X github.com/hashicorp/vault/sdk/version.GitCommit='${GIT_COMMIT}${GIT_DIRTY}'" \
Could you build vault binary for OSX with CGO_ENABLED=1 ?
The text was updated successfully, but these errors were encountered:
Thanks for identifying the dup @anth0d, closing in favour of #12012.
Sorry, something went wrong.
No branches or pull requests
This is the same issue like here, but for vault: kubernetes/kubernetes#23130
When I forced build to use CGO_ENABLED=1 then everything works as expected
Could you build vault binary for OSX with CGO_ENABLED=1 ?
The text was updated successfully, but these errors were encountered: