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

refactor: tidy up oli build #5438

Merged
merged 2 commits into from
Dec 22, 2024
Merged

refactor: tidy up oli build #5438

merged 2 commits into from
Dec 22, 2024

Conversation

tisonkun
Copy link
Member

First step.

Signed-off-by: tison <wander4096@gmail.com>
# Enable services memcached support
services-memcached = ["opendal/services-memcached"]
# Enable services mini-moka support
services-mini-moka = ["opendal/services-mini-moka"]
Copy link
Member

Choose a reason for hiding this comment

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

I believe we can remove all in-memory storage services, but redis and hdfs may still worth to support.

Copy link
Member Author

Choose a reason for hiding this comment

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

This is an action that we don't need feature flags for CLI which is almost used as a binary.

I'll change the related features enabled in a follow-up when I touch it. Generally speaking we should include most services and remove those for memory. The two considerations are (1) if our CI workflow supports it (esp. for release) (2) if it significantly affects the binary size.

@tisonkun tisonkun merged commit 5b0dc5a into main Dec 22, 2024
13 checks passed
@tisonkun tisonkun deleted the more-oli branch December 22, 2024 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants