bazelbuild / sandboxfs

A virtual file system for sandboxing
Apache License 2.0
372 stars 39 forks source link

Check in Cargo.lock? #115

Closed jeremyschlatter closed 4 months ago

jeremyschlatter commented 4 years ago

I was packaging up sandboxfs to make it available through the nix package manager, and stumbled on the lack of a checked-in Cargo.lock.

Checking in Cargo.lock seems to be the recommended best practice for binaries like sandboxfs, and would also make my life easier here, so I figured I would see if you were up for it.

classabbyamp commented 1 year ago

+1, we also enforce lockfiles on void (e.g. cargo --locked)

jeremyschlatter commented 4 months ago

Closing because this repo is unmaintained.