]> git.ipfire.org Git - thirdparty/curl.git/commit
GHA: add workflow to compare configure vs cmake outputs
authorDaniel Stenberg <daniel@haxx.se>
Wed, 27 Sep 2023 11:35:03 +0000 (13:35 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 3 Oct 2023 21:33:06 +0000 (23:33 +0200)
commit2e0fa50fc16b9339f51e0a7bfff0352829323acb
treeedf6301b97b4676b958e1657a1ee48ae1d3b5d55
parent8064a0715d1a4f6225b0dc1bc168d76a179d1dd3
GHA: add workflow to compare configure vs cmake outputs

Uses scripts/cmp-config.pl two compare two curl_config.h files,
presumbly generated with configure and cmake. It displays the
differences and filters out a lot of known lines we ignore.

The script also shows the matches that were *not* used. Possibly
subjects for removal.

Closes #11964
.github/workflows/configure-vs-cmake.yml [new file with mode: 0644]
scripts/cmp-config.pl [new file with mode: 0755]