Skip to content

Dune install doesn't respect --display=quiet [and maybe other args] #4573

@ejgallego

Description

@ejgallego

Dear dune devs,

doing man dune install shows many command line options which seem to have no effect, a example of such an option is --display.

I wonder whether this is due to the change that had dune install foo not calling dune build -p foo before.

Note that after having a quick look to dune install, indeed there could be a problem if dune install does indeed build things, as a typical workflow for distros is dune build -p foo && sudo dune install foo, so it is usually a desired invariant that no build happens in the install command as it is running with S.U. permissions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    acceptedaccepted proposals

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions