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

Builder curl-unthreaded-solaris11-i386 Build #4661

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 10 mins, 21 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 4661 Build
codebase Build
got_revision 6ad50dc2859e9ea764aafe51b34d430a663fb1d3 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6ad50dc2859e9ea764aafe51b34d430a663fb1d3 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:

StartMon Feb 23 15:13:56 2026
EndMon Feb 23 18:31:54 2026
Elapsed3 hrs, 17 mins, 57 secs

All Changes:

:

  1. Change #258693

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 23 Feb 2026 14:43:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6ad50dc2859e9ea764aafe51b34d430a663fb1d3

    Comments

    cmake: add C++ integration test
    Also:
    - include code to verify a C++-specific public header regression
      reported in 8.19.0-rc2.
    - curl/curl.h: mention C++ global namespace in comment.
    - GHA/dist: add CI job for C++. Runtime: 15 seconds.
    
    Follow-up to ee9b000438bd6e4cecc8a933804397a55ad0f7b8 #20686
    Ref: #20682
    
    Closes #20687

    Changed files

    • .github/workflows/distcheck.yml
    • Makefile.am
    • include/curl/curl.h
    • tests/cmake/CMakeLists.txt
    • tests/cmake/test.c
    • tests/cmake/test.cpp