Skip to content

Support MS Windows? 🪟 #14

@michalrus

Description

@michalrus

The problem

It's not currently possible to compile Acropolis for Windows, because caryatid_process does use tokio::signal::unix, which is not available on Windows:

use tokio::signal::unix::{signal, SignalKind};

Just tokio::signal::unix seems like it should be relatively easy to make work on Windows, and there are various workarounds.

But maybe there are other similar assumptions?

See also this Slack thread.

How to reproduce on Linux

You can run this:

❯ nix build -L github:input-output-hk/acropolis/pull/266/head#acropolis-process-omnibus-x86_64-windows

It was first detected as part of:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions