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
Use boringcrypto
The text was updated successfully, but these errors were encountered:
https://kupczynski.info/posts/fips-golang/
zig targets | jq .libc
CC="zig cc -target x86_64-linux-gnu" GOOS=linux GOARCH=amd64 CGO_ENABLED=1 GOEXPERIMENT=boringcrypto go build -trimpath -o bin -ldflags="-X 'github.com/netapp/harvest/v2/cmd/harvest/version.VERSION=24.07.30' -X 'github.com/netapp/harvest/v2/cmd/harvest/version.Release=1' -X 'github.com/netapp/harvest/v2/cmd/harvest/version.Commit=e896fa7a' -X 'github.com/netapp/harvest/v2/cmd/harvest/version.BuildDate=`date +%FT%T%z`'" ./cmd/harvest ./cmd/poller
Sorry, something went wrong.
verfied via CI
Successfully merging a pull request may close this issue.
Use boringcrypto
The text was updated successfully, but these errors were encountered: