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

Builder curl-ares-solaris11-sparc Build #5287

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Feb 11 15:42:57 2026
EndWed Feb 11 16:49:54 2026
Elapsed1 hrs, 6 mins, 56 secs

All Changes:

:

  1. Change #257449

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

    Comments

    build: check `MSG_NOSIGNAL` directly, drop detection and interim macro
    Drop detecting it at configure time, along with the interim macro
    `HAVE_MSG_NOSIGNAL`. There is no longer a reason for this workaround,
    and allows to save the work at configure time and simplify.
    
    Also say in a comment that `sys/socket.h` is defining this macro.
    
    Follow-up to 77b3bc239daf75d9fb7702ee34c8e5871c47d387
    
    Closes #20559

    Changed files

    • CMake/OtherTests.cmake
    • CMake/unix-cache.cmake
    • CMake/win32-cache.cmake
    • acinclude.m4
    • configure.ac
    • lib/curl_config-cmake.h.in
    • lib/curl_setup.h
    • lib/multi.c
    • lib/transfer.c