forked from WasmEdge/WasmEdge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Utils] Installer: Improvements for plugin and platform specific pack…
…age management (WasmEdge#2205) * [Utils] Installer: Cleanup code - Remove redifined imports and unused imports that were initially introduced for compatibility between python2 and python3 - Remove DEPENDENCIES variable as we are not relied on it for now Signed-off-by: Shreyas Atre <[email protected]> * [Utils] Installer: Add new plugins - Ref: WasmEdge#2198 Signed-off-by: Shreyas Atre <[email protected]> * [Utils] Installer: Fix default plugins version to wasmedge version and path in env Signed-off-by: Shreyas Atre <[email protected]> * [Utils] Installer: Add and Fix CI tests for the previous commit - Fix: The previous commits allows plugins version to be same as wasmedge version. The version used in the tests was not used before hence it did not fail. However due to the fix it now fails and is restored to the correct version. Signed-off-by: Shreyas Atre <[email protected]> * [Utils] Installer: Distinguish default and non system path Signed-off-by: Shreyas Atre <[email protected]> * Revert "[Utils] Installer: Distinguish default and non system path" This reverts commit 42dc1e5. Signed-off-by: Shreyas Atre <[email protected]> * [Utils] Installer CI: Remove incorrect space Signed-off-by: Shreyas Atre <[email protected]> * [Utils] Installer: Deprecate 0.8.x - Ref: WasmEdge#2062 WasmEdge#2201 Signed-off-by: Shreyas Atre <[email protected]> * [Utils] Installer: Provided default choices for platform,os - Also added same argument names for platform as os and for machine as arch Signed-off-by: Shreyas Atre <[email protected]> * [Utils] Installer: Make case insensitive argument value for platform/os,machine/arch,dist Signed-off-by: Shreyas Atre <[email protected]> * [Utils] Installer: Remove image-deps installation and related functionality Signed-off-by: Shreyas Atre <[email protected]> * [Utils] Installer: Fix unreachable code/ control flow Signed-off-by: Shreyas Atre <[email protected]> * [Utils] Installer: Fix checking of remote version availability for WasmEdge version Signed-off-by: Shreyas Atre <[email protected]> Signed-off-by: Shreyas Atre <[email protected]>
- Loading branch information
Showing
3 changed files
with
100 additions
and
323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.