mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 23:23:57 +02:00
feat: remove mio workaround with gramine 1.7
gramine 1.7 now supports eventfd. Update nixsgx flake and remove the `RUSTFLAGS`. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
4ef6a1943e
commit
8fa8f0438b
2 changed files with 3 additions and 4 deletions
|
@ -45,7 +45,6 @@ let
|
|||
];
|
||||
};
|
||||
|
||||
RUSTFLAGS = "--cfg mio_unsupported_force_waker_pipe";
|
||||
checkType = "debug";
|
||||
};
|
||||
cargoArtifacts = craneLib.buildDepsOnly (commonArgs // {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue