You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cache): add fallback for unsupported copy_file_range
When copy_file_range fails with EXDEV, EOPNOTSUPP, or ENOSYS (e.g.
cross-device copies or filesystems that don't support the syscall),
fall back to a regular io.Copy for the remainder of the export.
Other errors still hard-fail.
Signed-off-by: Babis Chalios <babis.chalios@e2b.dev>
0 commit comments