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

Builder curl-unthreaded-solaris11-i386 Build #4657

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionc387c9fd0c0954b0e355424150203ab28a0c6d13
Got Revisionc387c9fd0c0954b0e355424150203ab28a0c6d13
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 3 mins, 31 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4657 Build
codebase Build
got_revision c387c9fd0c0954b0e355424150203ab28a0c6d13 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c387c9fd0c0954b0e355424150203ab28a0c6d13 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Feb 22 22:23:39 2026
EndMon Feb 23 01:23:47 2026
Elapsed3 hrs, 7 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
  2. Change #258568

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

    Comments

    GHA/non-native: enable FreeBSD on arm again
    Upstream package install is working again.
    
    Follow-up to 41a6eeadf6de719caf414c3520e912db989a6d43 #20267
    
    Closes #20678

    Changed files

    • .github/workflows/non-native.yml