WIP: elements/stack: Better communicate its requirements

  • elements/stack.py: Forbid sources and build dependencies

    Since the stack plugin only cares about its runtime dependencies, explicitly forbid build dependencies and sources from being specified to avoid confusion.

    Fixes #1075 (closed).

  • elements/stack.py: Indicate that it does not run sandbox commands

    Since the stack element does not run any commands inside the sandbox, indicate so in its class definition.

Edited by Chandan Singh

Merge request reports

Loading