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

Allow customization of the --build flag #594

Closed

Conversation

ssrobins
Copy link
Contributor

Right now, it's hardcoded to --build=missing, but I'd like to be able to override that to pass --build=never in continuous integration to enforce that all packages much have a binary. I generalized it so you could also pass a list of any --build parameters to address other use cases folks may have.

@jcar87
Copy link
Contributor

jcar87 commented Jan 30, 2024

Hi @ssrobins - thanks for your contribution. We have just added a more generic CONAN_INSTALL_ARGS that should allow this customization, see here: #612

We are actively avoiding to have specific flags mapped to specific arguments - and this is meant as the main point for additional customization.

If it's not enough to satisfy your use case, please let us know!

@jcar87 jcar87 closed this Jan 30, 2024
@ssrobins ssrobins deleted the configureable-build-flag branch February 19, 2024 07:56
@ssrobins
Copy link
Contributor Author

Makes sense, thanks! #612 works fantastically!

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.

2 participants