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

Builder curl-ares-solaris11-i386 Build #4558

Results:

Build successful

SourceStamp:

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

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 ...' ( 52 mins, 14 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 4558 Build
codebase Build
got_revision 3aa4fbf2d4005a9017b660615f937d58559881d9 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3aa4fbf2d4005a9017b660615f937d58559881d9 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:

StartMon Jan 26 02:59:05 2026
EndMon Jan 26 05:30:40 2026
Elapsed2 hrs, 31 mins, 34 secs

All Changes:

:

  1. Change #256376

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 26 Jan 2026 02:08:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3aa4fbf2d4005a9017b660615f937d58559881d9

    Comments

    cmake: add `CURL_BUILD_EVERYTHING` option
    To build all targets in a single go, meaning curl and libcurl as normal,
    and tests and examples in addition. To build-test everything without
    running multiple cmake commands.
    
    Enable with:
    - `-DCURL_BUILD_EVERYTHING=ON`
      Special values: `QUICK` to build examples quickly for build test,
      `NOEXAMPLES` to not build examples.
    
    A well-equipped build takes 2.8s of configure time, and 1.7s to build
    everything (shared, unity, ninja, prefill), 1.4s with `QUICK`. Without
    this option it takes <1s to build curl/libcurl.
    
    Also: streamline `CURL_LINT` internal logic.
    
    Closes #20429

    Changed files

    • CMakeLists.txt
    • docs/INSTALL-CMAKE.md
    • docs/examples/CMakeLists.txt
    • tests/CMakeLists.txt