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

Builder curl-ares-solaris11-i386 Build #4680

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 11 mins, 44 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-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4680 Build
codebase Build
got_revision aae361242f30eafacf46085ed731b1524bfd3be9 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision aae361242f30eafacf46085ed731b1524bfd3be9 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Feb 25 23:51:37 2026
EndThu Feb 26 03:33:52 2026
Elapsed3 hrs, 42 mins, 14 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
  2. Change #258958

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

    Comments

    cmake: replace internal option with a new `testbins` target
    To allow building test binaries without test certs, replacing
    `_CURL_SKIP_BUILD_CERTS` internal option with a build target that is
    similar to `testdeps`, but without building the test certificates.
    
    To make building test binaries a little bit faster, with less noisy
    output, and without having to reconfigure the build.
    
    Closes #20708

    Changed files

    • docs/INSTALL-CMAKE.md
    • tests/CMakeLists.txt
    • tests/certs/CMakeLists.txt
    • tests/libtest/CMakeLists.txt
    • tests/server/CMakeLists.txt
    • tests/tunit/CMakeLists.txt
    • tests/unit/CMakeLists.txt