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

Builder curl-ares-solaris11-sparc Build #5332

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 58 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 5332 Build
codebase Build
got_revision 898ec9f2fb6028057afc0b6368876610f74d1210 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 898ec9f2fb6028057afc0b6368876610f74d1210 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:

StartSun Feb 22 16:15:00 2026
EndSun Feb 22 17:23:52 2026
Elapsed1 hrs, 8 mins, 51 secs

All Changes:

:

  1. Change #258548

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Feb 2026 16:05:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 898ec9f2fb6028057afc0b6368876610f74d1210

    Comments

    cmake: limit clang-tidy to the shared libcurl if static is also built
    On platforms that require building static and shared libcurl separately,
    after this change clang-tidy is only run on one of them, to reduce build
    time by avoiding the double-work. From a clang-tidy standpoint, static
    and shared libs are identical.
    
    Except `dllmain.c` on Windows, which is only present in shared. To keep
    running it through clang-tidy, prefer the shared library for clang-tidy.
    
    Closes #20675

    Changed files

    • lib/CMakeLists.txt