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

Disable cgo by default #31

Merged
merged 4 commits into from
Jan 26, 2023
Merged

Disable cgo by default #31

merged 4 commits into from
Jan 26, 2023

Conversation

bewuethr
Copy link
Contributor

As discussed in #29, this disables cgo by default. To avoid making it impossible to override – maybe somebody builds their extension for exactly one architecture and does want to use cgo for it – it's not hard-coded in the environment, but set as an optional input parameter that defaults to 0.

Closes #29

README.md Outdated Show resolved Hide resolved
@bewuethr bewuethr requested a review from mislav January 26, 2023 05:31
@bewuethr
Copy link
Contributor Author

I see you usually merge without squashing, should I squash the commits in my branch?

Copy link
Contributor

@mislav mislav left a comment

Choose a reason for hiding this comment

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

Looks good! Pushed some light tweaks. Don't worry about squashing; we do so at merge time.

@mislav mislav merged commit 5eff1a0 into cli:trunk Jan 26, 2023
@bewuethr bewuethr deleted the default-cgo-disable branch January 26, 2023 16:42
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.

Disable cgo by default?
2 participants