ivmai / bdwgc

The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)

Home Page:https://www.hboehm.info/gc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add testing by GH Action on non-x64 platforms

ivmai opened this issue · comments

The tasks is to enable testing on armv7 and riscv64, at least, platforms on GH Action infrastructure. (On Qemu running on Linux/x64)
The guide and samples are in: https://giter.club/uraimo/run-on-arch-action

Done using zig - see 17eefee