rust-vmm / rust-vmm-ci

Apache License 2.0
18 stars 33 forks source link

Add riscv64 gnu build and unit-test CI #155

Closed TimePrinciple closed 1 month ago

TimePrinciple commented 3 months ago

Add two tests based on qemu-riscv64-static CPU emulator on x86_64 platform.

Summary of the PR

Since there is no RISC-V machines available on BuildKite, I propose using x86_64 architecture to do cross-compilation test, and qemu-riscv64-static CPU emulator to do cargo test.

Requirements

Before submitting your PR, please make sure you addressed the following requirements: