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

Builder curl-threaded-solaris11-sparc Build #5407

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Mar 6 05:27:50 2026
EndFri Mar 6 07:17:49 2026
Elapsed1 hrs, 49 mins, 58 secs

All Changes:

:

  1. Change #259982

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 06 Mar 2026 04:56:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 009facd23216d0884913d7db32c54bcd36ab002c

    Comments

    cmake: improve clang-tidy test command-line reproduction
    - also query `INTERFACE_COMPILE_DEFINITIONS` and
      `INTERFACE_COMPILE_OPTIONS`.
      To further sync clang-tidy manual command-lines with the C compiler
      command-lines generated by CMake. In practice this adds `-I` options
      (via `INTERFACE_COMPILE_OPTIONS`) to the end of the command-line for
      dependency header directories. It does not change the outcome of
      clang-tidy runs.
    
    - limit querying `COMPILE_DEFINITIONS` and `COMPILE_OPTIONS` to the top
      target, the test itself. To not include options such as
      `-DCURL_HIDDEN_SYMBOLS` and `-fvisibility=hidden` (when set) via
      the libcurl shared lib.
      To sync with the actual C compiler command-line.
    
    - drop redundant `unset()`.
    
    - rename local function to be more specific.
    
    Follow-up to d9386a2f8ec3c4bd5ababc4eeb96ecd3e522b77c #20759
    
    Closes #20829

    Changed files

    • CMake/Macros.cmake
    • scripts/cmakelint.sh