Merge pull request #124 from matter-labs/remove_mio_workaround

feat: remove mio workaround with gramine 1.7
This commit is contained in:
Harald Hoyer 2024-06-18 11:13:22 +02:00 committed by GitHub
commit c6ad703be9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

6
flake.lock generated
View file

@ -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": {

View file

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