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:
Harald Hoyer 2024-06-18 10:38:23 +02:00
parent 4ef6a1943e
commit 8fa8f0438b
Signed by: harald
GPG key ID: F519A1143B3FBE32
2 changed files with 3 additions and 4 deletions

6
flake.lock generated
View file

@ -201,11 +201,11 @@
"snowfall-lib": "snowfall-lib" "snowfall-lib": "snowfall-lib"
}, },
"locked": { "locked": {
"lastModified": 1717758565, "lastModified": 1718699802,
"narHash": "sha256-yscuZ3ixjwTkqS6ew5cB3Uvy9e807szRlMoPSyQuRJM=", "narHash": "sha256-1Q+xMLgggLj2W/u8M1zJeqqGMDRoEjIeve12Jt4EAXM=",
"owner": "matter-labs", "owner": "matter-labs",
"repo": "nixsgx", "repo": "nixsgx",
"rev": "49a1ae79d92ccb6ed7cabfe5c5042b1399e3cd3e", "rev": "d9eb744741368eb13fc2247cb3603551828d623f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -45,7 +45,6 @@ let
]; ];
}; };
RUSTFLAGS = "--cfg mio_unsupported_force_waker_pipe";
checkType = "debug"; checkType = "debug";
}; };
cargoArtifacts = craneLib.buildDepsOnly (commonArgs // { cargoArtifacts = craneLib.buildDepsOnly (commonArgs // {