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

Builder curl-ares-solaris11-sparc Build #5334

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionfff9905bcf7c8c1da1668213d79473865461048f
Got Revisionfff9905bcf7c8c1da1668213d79473865461048f
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, 20 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 5334 Build
codebase Build
got_revision fff9905bcf7c8c1da1668213d79473865461048f Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision fff9905bcf7c8c1da1668213d79473865461048f 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 19:25:02 2026
EndSun Feb 22 20:40:24 2026
Elapsed1 hrs, 15 mins, 21 secs

All Changes:

:

  1. Change #258563

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

    Comments

    cmake: force-disable unity for clang-tidied build targets only
    Instead of globally disabling unity for all targets when clang-tidy is
    enabled.
    
    After this patch `CMAKE_UNITY_BUILD=ON` is honored for:
    - static libcurl when building both static and shared separately.
    - libcurlu and libcurltool internal libraries when building the test
      target.
    
    While keeping unity disabled for the libcurl build pass running
    clang-tidy, and the curl tool, also running clang-tidy.
    
    To make clang-tidy-enabled builds finish faster when unity mode is
    enabled, yet performs the same clang-tidy checks as before this patch.
    
    Effect on:
    - GHA/macos: core build: same, buils tests 5-12 seconds faster,
      with steps going down from 259 to 25.
    
      52s: https://github.com/curl/curl/actions/runs/22279958340/job/64448913325 ->
      47s: https://github.com/curl/curl/actions/runs/22279873606/job/64448710743
    
    - GHA/windows (not enabled): it'd save about 1 minute, bringing total
      time barely below 10m, still one of the slowest jobs overall.
      (#20667 is trying a way for 4x speed-up (with a drawback)).
    
      5m21s: https://github.com/curl/curl/actions/runs/22222907068/job/64284556852 ->
      4m26s: https://github.com/curl/curl/actions/runs/22281033369/job/64451601548
    
    Closes #20670

    Changed files

    • CMakeLists.txt
    • docs/INSTALL-CMAKE.md
    • lib/CMakeLists.txt
    • src/CMakeLists.txt