Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #228556

Category curl
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Mon 28 Apr 2025 22:40:10
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 7a1211d474afd4e36bfb39f2b870a418bce42138

Comments

buildinfo: move from tests/server/ to src/, rename to curlinfo
Since a16485a42ea5dabe6c, the test servers build with a different set of
options than the tool/lib - for example a different CURLDEBUG. To make
buildinfo better reflect the curl build, move it to src/ and build it
here using the local CURLDEBUG. Renamed to curlinfo to not get confused
with buildinfo.txt

I chose src/ and not lib/ because the file also uses tool-specific headers.

Assisted-by: Viktor Szakats
Closes #17187

Changed files