Zenroom
Zenroom copied to clipboard
ci: add arm32 build test
This reproduces @andrea-dintino error trying to build zenroom on arm32 with make -f build/linux.mk command
I guess it is mimalloc being problematic, would be enough to switch it off. Will take into account in the new build and rebase this for test. Thanks!!
A quick solution that does not require to switch off mimalloc can be also to link the libatomic library with -latomic flag at build time.