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

Builder curl-unthreaded-solaris11-sparc Build #6189

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 24 mins, 27 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-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 6189 Build
codebase Build
got_revision a15cf1ea07963ab9d92803e23a96ac5541c6ba0f Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a15cf1ea07963ab9d92803e23a96ac5541c6ba0f Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jay Satiro

Timing:

StartFri Aug 7 16:24:39 2026
EndFri Aug 7 17:15:45 2026
Elapsed51 mins, 5 secs

All Changes:

:

  1. Change #277427

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Fri 07 Aug 2026 17:59:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a15cf1ea07963ab9d92803e23a96ac5541c6ba0f

    Comments

    configure: clarify --enable-debug option
    - Change --enable-debug help text to say it is for developing curl.
    
    - Warn when --enable-debug is used.
    
    This change copies the help text and warning from cmake ENABLE_DEBUG.
    Also, it shortens the "for debugging curl itself" to just say "for
    debugging curl".
    
    Now it looks like this:
    
      --enable-debug          Enable curl debug features (for developing
                              curl)
      --disable-debug         Disable curl debug features
    
    Ref: https://github.com/curl/curl/issues/22481#issuecomment-5207220359
    
    Reported-by: Viktor Szakats
    
    Closes https://github.com/curl/curl/pull/22512

    Changed files

    • CMakeLists.txt
    • configure.ac
    • docs/INSTALL.md
    • m4/curl-confopts.m4