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

Builder curl-threaded-solaris10-sparc Build #3297

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3297 Build
codebase Build
got_revision 627e32fa12fe94dbbd4302259a979399f2a9a8db Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 627e32fa12fe94dbbd4302259a979399f2a9a8db Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartTue Dec 16 17:31:38 2025
EndTue Dec 16 17:57:31 2025
Elapsed25 mins, 53 secs

All Changes:

:

  1. Change #252399

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 16 Dec 2025 17:22:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 627e32fa12fe94dbbd4302259a979399f2a9a8db

    Comments

    cf-socket: enable Win10 `TCP_KEEP*` options with old SDKs
    Define `TCP_KEEP*` macros if they are missing in Windows builds.
    To allow using these runtime `setsockopt()` options regardless of
    build-time SDK version, when running on Windows 10.0.16299+.
    
    In practice in enables them for builds using mingw-w64 <12, and
    MSVC with Windows SDK <10.
    
    Before this patch these runtime options required building curl with
    a recent toolchain.
    
    Follow-up to f0de14168a4d1c3a4ed43a04af92c5755c84b9fc #19559
    
    Closes #19999

    Changed files

    • lib/cf-socket.c