]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CI: coverity: simplify debugging options
authorWilly Tarreau <w@1wt.eu>
Fri, 4 Mar 2022 09:12:40 +0000 (10:12 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 4 Mar 2022 13:33:55 +0000 (14:33 +0100)
commitd8ac3f5dbff824ffeae178c852d6bcebf7b2e120
tree047a76add48aea5c1995f42df546fecc1f4225e3
parent3dfb7da04b8a566859f1e5aa81e6288b58597d9e
CI: coverity: simplify debugging options

We used to rely on a call to "sed" to modify the DEBUG option in the
makefile when running under Coverity because it splits words around
spaces and does not allow to pass multi-word build options. As reported
by Tim in issue #1592, this broke with commit 8de7f2822 ("BUILD: makefile:
enable both DEBUG_STRICT and DEBUG_MEMORY_POOLS by default") when the
default DEBUG options changed.

Let's change this to pass all DEBUG options one at a time instead and
get rid of this sed.
.github/workflows/coverity.yml