Skip to content

Add mechanism to abort long operations #132

@ianthomas23

Description

@ianthomas23

We would benefit from some mechanism to abort long operations that are partway through in the wasm build. One use case would be a git clone that is very large and taking a long time to perform, and you might prefer to abort and retry using git clone --depth 1 instead.

This will probably need support for interrupts via POSIX signals in cockle, which is already planned but non-trivial.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions