Skip to content

feat: add support for flavor selection #27

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

tucksaun
Copy link
Member

@tucksaun tucksaun commented Jul 3, 2025

As a maintainer, I need on a regular basis to pick specific server type to reproduce issues.
But patching source code to do so is:
a. cumbersome
b. error prone

And sometimes this can be useful for users as well (imagine you have a 8.4.5 installed with CLI only and 8.4.4 with FPM and CLI and your project requires FPM for instance).

This also lays the ground to pick more variants (debug or zts for example)

@tucksaun tucksaun force-pushed the feat/variant-support branch from 26407ea to 2147c05 Compare July 3, 2025 08:22
As a maintainer I need on a regular basis to pick specific server type to reproduce issues.
But patching source code to do so is:
a. cumbersome
b. error prone

And sometimes this can be useful for users as well (imagine you have a 8.4.5 installed with CLI only and 8.4.4 with FPM and CLI and your project requires FPM for instance).

This also lays the ground to pick more variants (debug or zts for example)
@tucksaun tucksaun force-pushed the feat/variant-support branch from 2147c05 to ec516ca Compare July 3, 2025 13:34
@tucksaun tucksaun changed the title feat: add support for variant selection feat: add support for flavor selection Jul 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant