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

minstall: Add --skip-subprojects option #8356

Merged
merged 1 commit into from
Feb 22, 2021

Conversation

xclaesse
Copy link
Member

By default all subprojects are installed. If --skip-subprojects is given
with no value only the main project is installed. If --skip-subprojects
is given with a value, it should be a coma separated list of subprojects
to skip and all others will be installed.

Fixes: #2550.

@lgtm-com
Copy link

lgtm-com bot commented Feb 15, 2021

This pull request introduces 1 alert when merging 2424777 into f5bc0f3 - view on LGTM.com

new alerts:

  • 1 for Unused import

@xclaesse xclaesse force-pushed the install-skip-subprojects branch from 2424777 to bbb9c19 Compare February 15, 2021 21:18
@lgtm-com
Copy link

lgtm-com bot commented Feb 15, 2021

This pull request introduces 1 alert when merging bbb9c19 into f5bc0f3 - view on LGTM.com

new alerts:

  • 1 for Unused import

@xclaesse xclaesse force-pushed the install-skip-subprojects branch from bbb9c19 to 3d7e922 Compare February 15, 2021 23:50
@lgtm-com
Copy link

lgtm-com bot commented Feb 16, 2021

This pull request introduces 2 alerts when merging 3d7e922 into 1104575 - view on LGTM.com

new alerts:

  • 1 for Unused import
  • 1 for Wrong number of arguments in a class instantiation

@xclaesse xclaesse force-pushed the install-skip-subprojects branch 8 times, most recently from 0b29ab3 to c95d3fb Compare February 18, 2021 19:27
@xclaesse xclaesse added this to the 0.58.0 milestone Feb 21, 2021
By default all subprojects are installed. If --skip-subprojects is given
with no value only the main project is installed. If --skip-subprojects
is given with a value, it should be a coma separated list of subprojects
to skip and all others will be installed.

Fixes: mesonbuild#2550.
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.

subproject installs when project using it installs
2 participants