Open
Description
I noticed that NVC wants to write to _NVC_LIB
in the standard library directory when invoked.
This seems to be by design.
Unfortunately, this makes the use of NVC in sandboxed build environments, such as bazel
, harder than necessary.
Namely, when NVC is invoked in a bazel sandbox, the standard library directory will be available on a read only file system. This means, NVC's attempt to lock the standard libraries will fail.
Is there a way to disable this behavior (by a setting), and at least only for standard libraries. Most of the time users don't actually need to add to them.