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

cp: disable unsupported reflink mode in freebsd builds #14677

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

sgvictorino
Copy link
Contributor

Fixes #12627

User-Facing Changes

Under FreeBSD, cp no longer errors with "--reflink is only supported on
linux and macOS".

Tests

The commands::ucp tests now pass on a FreeBSD 14.2 machine with ZFS.

Fixes nushell#12627

# User-Facing Changes

Under FreeBSD, `cp` no longer errors with "--reflink is only supported
on linux and macOS".

# Tests

The `commands::ucp` tests now pass on a FreeBSD 14.2 machine with ZFS.
@fdncred fdncred merged commit 38694a9 into nushell:main Dec 26, 2024
15 checks passed
@fdncred
Copy link
Collaborator

fdncred commented Dec 26, 2024

Thanks

@github-actions github-actions bot added this to the v0.102.0 milestone Dec 26, 2024
@sgvictorino sgvictorino deleted the freebsd-fix-cp branch December 26, 2024 16:42
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.

Cannot cp file or directory on FreeBSD
2 participants