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

Builder curl-ares-solaris11-sparc Build #5361

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision3137f725cd3babf69ef4cad4721f32356db3a6ea
Got Revision3137f725cd3babf69ef4cad4721f32356db3a6ea
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, 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 5361 Build
codebase Build
got_revision 3137f725cd3babf69ef4cad4721f32356db3a6ea Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3137f725cd3babf69ef4cad4721f32356db3a6ea 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 25 23:01:08 2026
EndThu Feb 26 00:12:07 2026
Elapsed1 hrs, 10 mins, 58 secs

All Changes:

:

  1. Change #258953

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Feb 2026 22:29:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3137f725cd3babf69ef4cad4721f32356db3a6ea

    Comments

    cmake: fix passing system header directories to clang-tidy for tests
    Pass system directories with `-isystem` to avoid clang-tidy parsing
    3rd-party and system headers with `HeaderFilterRegex: '.*' enabled.
    
    Also:
    - drop rule exception no longer necessary.
    - sync normal vs. system header path order with compiler invocation.
    - tidy up `set()` syntax.
    - clear a temporary variable.
    
    Bug: https://github.com/curl/curl/pull/20670#issuecomment-3940840176
    Follow-up to e088e104549421914da9170eeead72a43d42c028 #17705
    Cherry-picked from: #20720
    
    Closes #20724

    Changed files

    • .clang-tidy.yml
    • CMake/Macros.cmake