Build clang/sanitized build first
authorBernd Schubert <bschubert@ddn.com>
Tue, 19 Mar 2024 23:32:40 +0000 (00:32 +0100)
committerBernd Schubert <bschubert@ddn.com>
Wed, 20 Mar 2024 11:32:39 +0000 (12:32 +0100)
commit255de0b78a2a2c6202d87e40aab72c58b7fcf146
tree33b9e22250ebcda2a5970dcde6691f88541f78fa
parent982743f0cad20de044d9767c7c8c46887fcb80c3
Build clang/sanitized build first

This was stalling - easier to check what happens
when it fails fast. And in general, sanitized
builds are faster than valgrind and detect almost
as much errors as valgrind (same level would be
achieved with MSAN, but that is hard to use),
so failures can be detected faster whan sanitizers
run first.
test/ci-build.sh