-
Notifications
You must be signed in to change notification settings - Fork 766
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
[Installer] Support WasmEdge rustls plugin installation #3032
Conversation
Hello, I am a code review bot on flows.network. Here are my reviews of code commits in this PR. Commit 7782a84c9b386074920da138364f3512e786be27This Pull Request introduces changes that add support for the WasmEdge rustls plugin installation. Here is a summary of the key changes:
As for potential problems to consider:
|
8d53953
to
82dcde4
Compare
@@ -387,6 +389,10 @@ def compare(self, version2, separator=". |-", ignorecase=True): | |||
"manylinux2014" + "x86_64" + WASMEDGE_IMAGE_PLUGIN: VersionString("0.13.0"), | |||
"manylinux2014" + "aarch64" + WASMEDGE_IMAGE_PLUGIN: VersionString("0.13.0"), | |||
"ubuntu20.04" + "x86_64" + WASMEDGE_IMAGE_PLUGIN: VersionString("0.13.0"), | |||
"darwin" + "x86_64" + WASMEDGE_RUSTLS: VersionString("0.13.4"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see a release for this, is there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ohh, for 0.13.5 it isn't there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah... The reason is that the macOS-11 CI runner is broken. So, all artifacts are not built and updated. We are still fixing this issue. If it's working again, then the release assets will be updated soon.
Signed-off-by: hydai <z54981220@gmail.com>
82dcde4
to
7782a84
Compare
The macOS-lastest will fail as expected Because the related 0.13.5 assets are not built. See #3013 |
Just noting here the url so we don't have to read the whole log again https://github.com/WasmEdge/WasmEdge/releases/download/0.13.5/WasmEdge-plugin-wasmedge_tensorflow-0.13.5-darwin_x86_64.tar.gz |
Can we merge? |
No description provided.