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

Builder curl-unthreaded-solaris11-sparc Build #4496

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartTue Oct 21 15:45:03 2025
EndTue Oct 21 17:12:04 2025
Elapsed1 hrs, 27 mins, 0 secs

All Changes:

:

  1. Change #246331

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 21 Oct 2025 15:07:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 38c19edd67e705066379530bdc28ea6c25aba8df

    Comments

    cmake: say 'absolute path' in option descriptions and docs
    To not have to guess. Also to sync with autotools, which already uses
    this wording.
    
    Also:
    - replace the stray term 'folder' with 'directory' for consistency.
    - store help text in a temp variable to avoid overly long strings
      (mandatory in CMake <4.2.0 and can't be trivially split), also
      to avoid repeating this string 4 times.
    
    Ref: https://cmake.org/cmake/help/v4.2/command/set.html
    
    Closes #19169

    Changed files

    • CMake/FindBrotli.cmake
    • CMake/FindCares.cmake
    • CMake/FindGSS.cmake
    • CMake/FindGnuTLS.cmake
    • CMake/FindLDAP.cmake
    • CMake/FindLibgsasl.cmake
    • CMake/FindLibidn2.cmake
    • CMake/FindLibpsl.cmake
    • CMake/FindLibrtmp.cmake
    • CMake/FindLibssh.cmake
    • CMake/FindLibssh2.cmake
    • CMake/FindLibuv.cmake
    • CMake/FindMbedTLS.cmake
    • CMake/FindNGHTTP2.cmake
    • CMake/FindNGHTTP3.cmake
    • CMake/FindNGTCP2.cmake
    • CMake/FindNettle.cmake
    • CMake/FindQuiche.cmake
    • CMake/FindRustls.cmake
    • CMake/FindWolfSSL.cmake
    • CMake/FindZstd.cmake
    • CMakeLists.txt
    • docs/INSTALL-CMAKE.md