Skip to content

refactor: ufs add features, select the ufs to use as needed#216

Merged
lzjqsdd merged 2 commits intomainfrom
xuen
Aug 21, 2025
Merged

refactor: ufs add features, select the ufs to use as needed#216
lzjqsdd merged 2 commits intomainfrom
xuen

Conversation

@bigbigxu
Copy link
Copy Markdown
Contributor

No description provided.

@lzjqsdd lzjqsdd merged commit 408dbec into main Aug 21, 2025
3 checks passed
declare -a FEATURES=()

# Check FUSE availability if needed
if [[ " ${RUST_BUILD_ARGS[@]} " =~ " -p curvine-fuse " ]] || [[ " ${PACKAGES[@]} " =~ " all " ]]; then
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Building for OS: mac, Architecture: aarch_64, FUSE:

sh build/build.sh 
Error: FUSE package requested but FUSE is not available on this system

Before this PR

Building with FUSE version: none
No FUSE found, building without FUSE module...

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Building for OS: mac, Architecture: aarch_64, FUSE:适用于作系统的构建:mac,架构:aarch_64,FUSE:

sh build/build.sh 
Error: FUSE package requested but FUSE is not available on this system

Before this PR  在此 PR 之前

Building with FUSE version: none
No FUSE found, building without FUSE module...

We don't support Mac fuse.
On Mac, you can use sh build/build.sh -p core to exclude fuse from compilation.

@bigbigxu
Copy link
Copy Markdown
Contributor Author

We will fix it

szbr9486 pushed a commit that referenced this pull request Sep 11, 2025
* refactor: ufs add features, select the ufs to use as needed (#211)

* build: allows compilation of all modules, specified modules; specifies supported ufs types (#212)
@lzjqsdd lzjqsdd added enhancement New feature or request refactor refactor existing design or feature labels Sep 22, 2025
Coderlxl pushed a commit to Coderlxl/curvine that referenced this pull request Dec 25, 2025
…O#216)

* refactor: ufs add features, select the ufs to use as needed (CurvineIO#211)

* build: allows compilation of all modules, specified modules; specifies supported ufs types (CurvineIO#212)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request refactor refactor existing design or feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants