CI: github actions: add the output of $CC -dM -E-
authorWilly Tarreau <w@1wt.eu>
Fri, 26 Nov 2021 14:45:41 +0000 (15:45 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 28 Feb 2022 10:53:31 +0000 (11:53 +0100)
commitc9495592634ec4c4e85dd47715437d8cb6b2286a
tree4b03a30eb27569301b5b86785961ea26fa618989
parente55ab42089ee38f5db1f1b3dd9d7072691b2a068
CI: github actions: add the output of $CC -dM -E-

Sometimes figuring what differs between platforms is useful to fix
build issues, to decide what ifdef to add for example. Let's always
call $CC -dM -E- before starting make.

(cherry picked from commit 4673c5e2c81e8e2b04018f3ba0b80d41d85f2220)
Signed-off-by: William Lallemand <wlallemand@haproxy.org>
.github/workflows/vtest.yml
.github/workflows/windows.yml