mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +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
6
flake.lock
generated
6
flake.lock
generated
|
@ -201,11 +201,11 @@
|
|||
"snowfall-lib": "snowfall-lib"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1717758565,
|
||||
"narHash": "sha256-yscuZ3ixjwTkqS6ew5cB3Uvy9e807szRlMoPSyQuRJM=",
|
||||
"lastModified": 1718699802,
|
||||
"narHash": "sha256-1Q+xMLgggLj2W/u8M1zJeqqGMDRoEjIeve12Jt4EAXM=",
|
||||
"owner": "matter-labs",
|
||||
"repo": "nixsgx",
|
||||
"rev": "49a1ae79d92ccb6ed7cabfe5c5042b1399e3cd3e",
|
||||
"rev": "d9eb744741368eb13fc2247cb3603551828d623f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -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