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

Show user-facing warning when falling back to copy installs #4880

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

charliermarsh
Copy link
Member

Summary

This has come up a few times including in a recent email to me.

@charliermarsh charliermarsh added the error messages Messaging when something goes wrong label Jul 8, 2024
@konstin
Copy link
Member

konstin commented Jul 8, 2024

There are some valid use cases, mainly docker, where we expect the source and target to be on different file systems. We should add how to silence the warning (--link-mode copy) for those.

@charliermarsh
Copy link
Member Author

I did have that initially but it felt a bit long and hard to explain. I'll add it back.

@@ -5104,17 +5104,23 @@ fn target_no_build_isolation() -> Result<()> {

/// Sync to a `--prefix` directory.
#[test]
#[cfg_attr(
windows,
ignore = "On macOS, we fail to reflink due to a non-existent site-packages directory"
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 actual bug so fixing separately.

@charliermarsh charliermarsh merged commit 4f34058 into main Jul 8, 2024
49 checks passed
@charliermarsh charliermarsh deleted the charlie/warn branch July 8, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error messages Messaging when something goes wrong
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants