postgres
postgres copied to clipboard
ci: Use a few sanitizers for linux task
Linux currently is the fastest task, and most sanitizers work on linux.
Something like CFLAGS='-O0 -fsanitize=alignment,undefined,address -fno-sanitize=nonnull-attribute -fno-sanitize=float-cast-overflow -fno-sanitize-recover=all'