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

Linux: do not mount feedstock in CI to avoid cache copies, only locally #2098

Open
jaimergp opened this issue Oct 17, 2024 · 0 comments
Open

Comments

@jaimergp
Copy link
Member

Comment:

Mounting the feedstock means that the existing cached files in the Docker image cannot be hardlinked, only copied, because it's a different filesystem. We could choose to not mount but copy while on CI to avoid that overhead (we would still do it locally). That said, that might mean issues with space available, and having to reconfigure the space available for the Docker storage. Maybe there's a flag somewhere to use a different filesystem or something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant