GrapheneOS / hardened_malloc

Hardened allocator designed for modern systems. It has integration into Android's Bionic libc and can be used externally with musl and glibc as a dynamic library for use on other Linux-based platforms. It will gain more portability / integration over time.
https://grapheneos.org/
MIT License
1.26k stars 96 forks source link

Add CI to build and test on Linux #132

Closed flawedworld closed 3 years ago

thestinger commented 3 years ago

@flawedworld I think it makes more sense to have a single workflow building and testing it since make test implies building it.

flawedworld commented 3 years ago

@thestinger Can do - ill combine building and testing into 1 file with 1 job.

flawedworld commented 3 years ago

@thestinger sorted