eclipse-score / eclipse-score/score
Add workflow to compile and test Rust Hello World with QEMU (aarch64)
- Dominant language
- Starlark
- Stars
- 109
- Forks
- 105
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 24
Description
### Description
We need a workflow in `toolchain_rust` ( or perhaps `module_template`) that validates end-to-end Rust toolchain functionality by compiling and running a minimal Rust program on an aarch64 hypervisor.
The workflow should:
1. Compile a simple Rust **Hello World** example using the QNX Rust toolchain.
2. Boot the program in QEMU (or another supported aarch64 hypervisor).
3. Verify that the expected **Hello World** message is displayed.
4. Ensure that the workflow uses a **standard QEMU version** (no patches).
- See reference: [eclipse-score/score#1837](https://github.com/eclipse-score/score/issues/1837)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.