Zenroom icon indicating copy to clipboard operation
Zenroom copied to clipboard

ci: add arm32 build test

Open matteo-cristino opened this issue 1 year ago • 2 comments

This reproduces @andrea-dintino error trying to build zenroom on arm32 with make -f build/linux.mk command

matteo-cristino avatar Oct 22 '24 10:10 matteo-cristino

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!!

jaromil avatar Oct 24 '24 06:10 jaromil

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.

matteo-cristino avatar Oct 24 '24 07:10 matteo-cristino