mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
980068543a
This allows running RISC-V tests in CI using QEMU, which should help catch bugs.
8 lines
235 B
JSON
8 lines
235 B
JSON
{
|
|
"inherits": ["riscv"],
|
|
"features": ["+a", "+c", "+m"],
|
|
"build-tags": ["virt", "qemu"],
|
|
"linkerscript": "targets/riscv-qemu.ld",
|
|
"emulator": ["qemu-system-riscv32", "-machine", "virt", "-nographic", "-bios", "none", "-kernel"]
|
|
}
|