idenning2003 / cbase

Library of C data structures and tests
https://idenning2003.github.io/cbase/
GNU General Public License v3.0
2 stars 0 forks source link

Disable valgrind on raspberry pi #3

Closed idenning2003 closed 3 months ago

idenning2003 commented 3 months ago

issue

I check the md5 hash of the public ssh key to see if it matches that of the raspberry pi. If it does, then I cut out valgrind from the execution of the test files.

I'm unhappy with this solution, but there's not much for other options since this is still running inside a docker container, so I put a TODO note on it.