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

Enable CGO on riscv64 #631

Merged
merged 1 commit into from
Feb 11, 2025
Merged

Enable CGO on riscv64 #631

merged 1 commit into from
Feb 11, 2025

Conversation

Xeonacid
Copy link
Contributor

Closes #630

Summary

Fix compile error on riscv64:

-buildmode=pie requires external (cgo) linking, but cgo is not enabled

Release Note

Documentation

Fix compile error on riscv64:

```
-buildmode=pie requires external (cgo) linking, but cgo is not enabled
```

Resolves: #630

Signed-off-by: Xeonacid <[email protected]>
Copy link
Member

@wlynch wlynch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@wlynch wlynch merged commit 51b9704 into sigstore:main Feb 11, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fails to build on riscv64
3 participants