-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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:
caryatid/process/src/process.rs
Line 10 in a0c2fa3
| 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
Labels
No labels