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

Builder curl-unthreaded-solaris10-i386 Build #16227

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 54 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-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16227 Build
codebase Build
got_revision 627e32fa12fe94dbbd4302259a979399f2a9a8db Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 627e32fa12fe94dbbd4302259a979399f2a9a8db Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartTue Dec 16 17:31:40 2025
EndTue Dec 16 17:40:17 2025
Elapsed8 mins, 36 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