Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SGX port v0.8.9 #1

Closed
wants to merge 5 commits into from
Closed

SGX port v0.8.9 #1

wants to merge 5 commits into from

Conversation

raoulstrackx
Copy link
Collaborator

This PR is part of the async I/O work. Before upstreaming these mio changes, we should do an internal review.

All credits must go to @mzohreva . He did the heavy lifting, I only rebased things on the latest master.

cc: @BelalH @vn971

Cargo.toml Outdated
@@ -62,10 +62,17 @@ features = [
wasi = "0.11.0"
libc = "0.2.149"

[target.x86_64-fortanix-unknown-sgx.dependencies]
async-usercalls = { git = "https://github.com/fortanix/rust-sgx.git", branch = "vas/async-usercalls-scratch" } # FIXME: use published version once available
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: async-usercalls needs to be reserved on crates.io before a proper patch can be used here.

build.rs Outdated Show resolved Hide resolved
@@ -0,0 +1,18 @@
#!/bin/bash -ex
export RUST_BACKTRACE=1
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is part of the "local CI" commit and may be removed before upstreaming

Cargo.toml Outdated Show resolved Hide resolved
src/sys/sgx/tcp/stream.rs Show resolved Hide resolved
src/sys/sgx/tcp/stream.rs Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants