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

Builder curl-ares-solaris11-sparc Build #5340

Results:

Build successful

SourceStamp:

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

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, 22 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 5340 Build
codebase Build
got_revision ee9b000438bd6e4cecc8a933804397a55ad0f7b8 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ee9b000438bd6e4cecc8a933804397a55ad0f7b8 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:

StartMon Feb 23 14:05:09 2026
EndMon Feb 23 15:14:04 2026
Elapsed1 hrs, 8 mins, 54 secs

All Changes:

:

  1. Change #258683

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 23 Feb 2026 13:56:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d6d8a1a15aefdc4c17aecd35f9e6eb55838e2025

    Comments

    cmake: always build curlu and curltool test libs in unity mode
    To speed up building/running tests by default (e.g. via `testdeps` or
    `tests` targets.)
    
    It reduces build commands to 21 (from 239) for a test build.
    
    In CI, it affects build test step times as below:
    - GHA/linux: aws-lc
      12s https://github.com/curl/curl/actions/runs/22279958343/job/64448913413 ->
      6s https://github.com/curl/curl/actions/runs/22282767915/job/64455970302
    - GHA/linux: Fil-C
      39s https://github.com/curl/curl/actions/runs/22279958343/job/64448913430 ->
      37s https://github.com/curl/curl/actions/runs/22282767915/job/64455970352
    - GHA/non-native: FreeBSD Intel
      22s https://github.com/curl/curl/actions/runs/22279958335/job/64448913514 ->
      15s https://github.com/curl/curl/actions/runs/22282767899/job/64455969960
    - GHA/windows: dl-mingw 6.4.0
      23s https://github.com/curl/curl/actions/runs/22279958334/job/64448917225 ->
      9s https://github.com/curl/curl/actions/runs/22282767922/job/64455975006
    
    Follow-up to fff9905bcf7c8c1da1668213d79473865461048f #20670
    
    Closes #20677

    Changed files

    • lib/CMakeLists.txt
    • src/CMakeLists.txt
  2. Change #258684

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 23 Feb 2026 13:56:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ee9b000438bd6e4cecc8a933804397a55ad0f7b8

    Comments

    curl/curl.h: revert to recursive macros to keep supporting C++ use-case
    To avoid breaking 3rd-party code reusing these symbols as C++ methods,
    e.g. in CMake sources:
    ```
    cmake/src/v4.0.0-b30653ae0c.clean/Source/cmCurl.cxx:119:24: error: expected unqualified-id
      119 |     ::CURLcode res = ::curl_easy_setopt(curl, CURLOPT_CAINFO, cafile.c_str());
          |                        ^
    ```
    
    Also expand comment to highlight the case.
    
    Reported-by: Kai Pastor
    Bug: https://github.com/curl/curl/commit/daa6b27b4d998d62c8198b4fe167199cc7bf0064#r177869049
    Reported-by: Marcel Raad
    Bug: https://curl.se/mail/lib-2026-02/0020.html
    Fixes #20682
    Follow-up to daa6b27b4d998d62c8198b4fe167199cc7bf0064 #20597
    
    Closes #20686

    Changed files

    • CMake/PickyWarnings.cmake
    • include/curl/curl.h
    • m4/curl-compilers.m4