saxbophone / arby

Arbitrary precision arithmetic in C++, even at compile-time
https://saxbophone.com/arby/
Mozilla Public License 2.0
8 stars 1 forks source link

Swap Valgrind for address-sanitizer/memory-sanitizer builds in CI #149

Open saxbophone opened 1 year ago

saxbophone commented 1 year ago

Valgrind is... super slow, and I'm a bit tired of waiting for my test suite to take 10 minutes to run...

saxbophone commented 1 year ago

https://stackoverflow.com/questions/47251533/memory-address-sanitizer-vs-valgrind

saxbophone commented 1 year ago

Hmmm, it seems you need to have the memory sanitizers installed. This may be more than just a five-minute thing...