Skip to content
New issue

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

Can not build with CGO_ENABLED=0 anymore #291

Closed
vaikas opened this issue Dec 21, 2021 · 0 comments · Fixed by #293
Closed

Can not build with CGO_ENABLED=0 anymore #291

vaikas opened this issue Dec 21, 2021 · 0 comments · Fixed by #293
Labels
bug Something isn't working

Comments

@vaikas
Copy link
Contributor

vaikas commented Dec 21, 2021

Description

When trying to deploy from my M1, noticed that things have changed and we can't build with CGO_ENABLED=0 anymore.

vaikas@villes-mbp fulcio % CGO_ENABLED=0 go build ./main.go
# github.com/sigstore/fulcio/cmd/app
cmd/app/serve.go:110:13: undefined: x509ca.Params
cmd/app/serve.go:118:33: too many arguments in call to x509ca.NewX509CA
@vaikas vaikas added the bug Something isn't working label Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant