Skip to content

Conversation

@bfleischer
Copy link
Collaborator

macFUSE 4.10.0 is the first macFUSE release that ships libfuse 3. The patches in this pull request add support for macFUSE 4.10.0 and should not have any effect on other supported platforms.

@bfleischer
Copy link
Collaborator Author

Looks like the failed check is not a result of my changes:

Error: This request has been automatically failed because it uses a deprecated version of actions/upload-artifact: v3. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

@h4sh5
Copy link
Collaborator

h4sh5 commented Mar 8, 2025

@bfleischer just bumped the version in master

@h4sh5
Copy link
Collaborator

h4sh5 commented Mar 8, 2025

@bfleischer please bump up the version of v3 to v4 on your branch as well so that the check passes

The fuse_opt compatibility code is no longer needed on macOS. Remove
it since it is not included on any other platform.
The header file is no longer available in macFUSE 4.
macFUSE will create the mounpoint (in case it does not exist) before
mounting the volume. This allows unprivileged users to mount volumes
under /Volumes.
Some macOS specific features require FUSE API modifications and
extensions that break compatibility with the vanilla FUSE API. Setting
the compile-time flag FUSE_DARWIN_ENABLE_EXTENSIONS to 0, when building
a file system, disables those API extensions. By default, the macOS
specific API modifications and extensions are enabled.
@bfleischer bfleischer force-pushed the feature/macfuse-support branch from fcca4f0 to ccb6821 Compare March 8, 2025 23:11
@bfleischer
Copy link
Collaborator Author

bfleischer commented Mar 8, 2025

Bumping to v4 seems to have done the trick. I rebased my commits on your bump commit.

@bfleischer
Copy link
Collaborator Author

@h4sh5 Do you have any objections to merging the pull request?

@bfleischer bfleischer merged commit ccb6821 into libfuse:master Mar 11, 2025
1 check passed
@bfleischer bfleischer deleted the feature/macfuse-support branch March 11, 2025 09:32
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.

3 participants