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.34.0 #2

Closed
wants to merge 5 commits into from
Closed

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

@@ -14,3 +15,10 @@ members = [
"tests-build",
"tests-integration",
]

[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.

Update patches before trying to upstream. Needs this and this PR

@@ -0,0 +1,23 @@
#!/bin/bash -ex
repo_root=$(readlink -f $(dirname ${BASH_SOURCE[0]}))
cd ${repo_root}
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

tokio/Cargo.toml Outdated Show resolved Hide resolved
@raoulstrackx raoulstrackx mentioned this pull request Mar 1, 2024
@raoulstrackx
Copy link
Collaborator Author

Tokio has since been updated to 1.36. Closing PR in favor of #3

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.

2 participants