Release notes for RuyiSDK 0.30
· One min read
RuyiSDK 0.30 is now released. The corresponding package manager version is also 0.30.0. You can download the RuyiSDK package manager from one of the following locations:
- https://github.com/ruyisdk/ruyi/releases/tag/0.30.0
- https://mirror.iscas.ac.cn/ruyisdk/ruyi/releases/0.30.0/
This update mainly consists of the following changes. Happy hacking!
RuyiSDK Package Manager
- Fixed an issue where
ruyi list --category-contains
was not working. - Fixed an issue where performing
ruyi install
immediately after a fresh installation ofruyi
would cause a crash. - Repository format updates:
- Added an experimental structured device model description database based on the current device installer configuration data, with initial support for describing the CPU and microarchitecture capabilities of each device model.
- Engineering changes:
- Migrated AArch64 build tasks to free public runners provided by GitHub Actions, to reduce maintenance costs for the RuyiSDK team.
- Fixed the CI open source license check task.