scarb
scarb copied to clipboard
Unable to compile multiple projects with the same deps at once
Problem
From tg. This might be a bug, or a feature request. We need to ivestigate further.
Someone had a problem, where they tried to compile multiple projects with the same deps at once. Then an error occurs:
Blocking waiting for file lock on package cache\nerror: failed to find workspace...
It seems that:
- Scarb tried to acquire lock on global cache
- Failed to do so, due to another instance having the lock, so waited for the lock to be freed
- Then finally acquired it and tried to load the git package
- The package should alredy be on the drive, so it tried loading it from the filesystem, but has not find any packages
Steps
No response
Possible Solution(s)
No response
Notes
No response
Version
No response