Willy,

On 11/26/21 4:18 PM, Willy Tarreau wrote:
Do you have any objection against this being merged ? Would you prefer
to change it a bit (e.g. delimit the output one way or another) ? I'm
open to suggestions, knowing that in its current raw form it did the
job for me, so the rest is cometic.

No objection. If you believe it is useful to you, then by all means: Go ahead.

I have just one request: Please make this collapsible. You can do so easily by basically replacing the comment by another echo:

echo "::group::Show platform specific defines"
echo | ${{ matrix.CC }} -dM -xc -E -
echo "::endgroup::"

Documentation is here: https://docs.github.com/en/actions/learn-github-actions/workflow-commands-for-github-actions#grouping-log-lines

Best regards
Tim Düsterhus

Reply via email to