Skip to content

nvc wants to write to standard libraries when invoked #651

Open
@filmil

Description

@filmil

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions