Header checker scripts should fail on failure

Started by Thomas Munroover 3 years ago3 messageshackers
Jump to latest
#1Thomas Munro
thomas.munro@gmail.com

Hi,

I thought commit 81b9f23c9c8 had my back, but nope, we still need to
make CI turn red if "headerscheck" and "cpluspluscheck" don't like our
patches (crake in the build farm should be a secondary defence...).
See attached.

Attachments:

fail.patchtext/x-patch; charset=US-ASCII; name=fail.patchDownload+16-4
#2Andrew Dunstan
andrew@dunslane.net
In reply to: Thomas Munro (#1)
Re: Header checker scripts should fail on failure

On 2022-08-15 Mo 01:38, Thomas Munro wrote:

Hi,

I thought commit 81b9f23c9c8 had my back, but nope, we still need to
make CI turn red if "headerscheck" and "cpluspluscheck" don't like our
patches (crake in the build farm should be a secondary defence...).
See attached.

Yeah, the buildfarm module works around that by looking for non-empty
output, but this is better,

cheers

andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

#3Andres Freund
andres@anarazel.de
In reply to: Thomas Munro (#1)
Re: Header checker scripts should fail on failure

Hi,

On 2022-08-15 17:38:21 +1200, Thomas Munro wrote:

I thought commit 81b9f23c9c8 had my back, but nope, we still need to
make CI turn red if "headerscheck" and "cpluspluscheck" don't like our
patches (crake in the build farm should be a secondary defence...).
See attached.

+1

Greetings,

Andres Freund