-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I am getting checksum does not match aborting! every time I call lingo build. If I try removing Lingo.lock and rerun lingo build I get:
thread 'main' panicked at src/package/management.rs:153:14:
creating lock folder failed: Permission denied (os error 13)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
This produces a new Lingo.lock and if I run lingo build again, I don't get a panic but back to checksum does not match aborting!
When I remove both Lingo.lock and build, then I can run lingo build without the error. But only then first run, every proceeding run gets the checksum error.
It seems:
lingo cleanshould probably remove thebuildfolder?- The checksum calculation might happen at the wrong point? And should we actually abort?
Metadata
Metadata
Assignees
Labels
No labels