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 tokio 1.36.0 #3

Merged
merged 2 commits into from
Mar 27, 2024
Merged

Conversation

raoulstrackx
Copy link
Collaborator

This work is part of the async I/O work. Before upstreaming we should have 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

note: Basically the same PR as #2 but ported to 1.36

cargo test

pushd tokio
cargo test --target x86_64-fortanix-unknown-sgx --features "full-sgx"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Part of the "local CI" commit. May be removed before upstreaming

@@ -18,3 +19,10 @@ members = [
[workspace.metadata.spellcheck]
config = "spellcheck.toml"

[patch.crates-io]
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Can be removed once crates are published

@raoulstrackx raoulstrackx mentioned this pull request Mar 1, 2024
@raoulstrackx raoulstrackx merged commit cb35896 into tokio-1.36.0-sgx Mar 27, 2024
4 checks passed
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.

1 participant