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

scaffolding tool: support moving generate files to final location on two different filesystems #2779

Open
scarlettperry opened this issue Sep 5, 2023 · 0 comments
Labels
type: bug Something isn't working

Comments

@scarlettperry
Copy link
Contributor

scarlettperry commented Sep 5, 2023

Description

Custom report
...it still failed when moving the generated files in /tmp to the final location due to using (if I remember correctly) Go's os.Rename, which can't handle when src and dst dir is not the same filesystem. Ie. 2023/09/01 09:40:35 rename /tmp/clutch-scaffolding-89136008 /home/user/clutchtest: invalid cross-device link

Expected Behavior

Actual Behavior

Version

Other Context

@scarlettperry scarlettperry added the type: bug Something isn't working label Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant