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

Builder curl-threaded-solaris11-sparc Build #5283

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionc05cd2a10e4b97093273e170d6086446aa4d1bac
Got Revisionc05cd2a10e4b97093273e170d6086446aa4d1bac
Changes1 change

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 26 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5283 Build
codebase Build
got_revision c05cd2a10e4b97093273e170d6086446aa4d1bac Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c05cd2a10e4b97093273e170d6086446aa4d1bac Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Feb 11 14:34:51 2026
EndWed Feb 11 15:20:12 2026
Elapsed45 mins, 20 secs

All Changes:

:

  1. Change #257447

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 11 Feb 2026 14:26:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c05cd2a10e4b97093273e170d6086446aa4d1bac

    Comments

    curl_setup.h: merge back single-use internal header `curl_setup_once.h`
    Originally split in 2006, but the issues cited are no longer present in
    current code. As of now both `curl_setup.h` and `curl_setup_once.h` are
    included once per compiler invocation, without recursion. The latter is
    a sub-header of the former with no clear distinction in their contents.
    
    Merge them to avoid having to decide where to put new global PP logic.
    Also to make it easier to overview what gets defined/included globally
    and in what order. (Perhaps even allowing some tidying up here.)
    
    Follow-up to 77b3bc239daf75d9fb7702ee34c8e5871c47d387
    
    Closes #20555

    Changed files

    • lib/Makefile.inc
    • lib/curl_setup.h
    • lib/curl_setup_once.h