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

Builder curl-ares-solaris11-sparc Build #4407

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 6 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 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 4407 Build
codebase Build
got_revision 31e6798544bf8aafbd8aef61b08623b92312aa42 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 31e6798544bf8aafbd8aef61b08623b92312aa42 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:

StartSat Aug 23 15:54:32 2025
EndSat Aug 23 16:54:01 2025
Elapsed59 mins, 28 secs

All Changes:

:

  1. Change #243757

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 23 Aug 2025 15:45:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 31e6798544bf8aafbd8aef61b08623b92312aa42

    Comments

    build: support LibreSSL native crypto lib with ngtcp2 1.15.0+
    In ngtcp2 1.15.0 the LibreSSL crypto interface library got its own name:
    `libngtcp2_crypto_libressl`. In previous versions it used
    `libngtcp2_crypto_quictls`, shared with quictls itself (but not
    compatible with).
    
    Adapt autotools and cmake scripts to look for the new name first, and
    fall back to the old one if not found.
    
    Fallback to quictls tested OK in CI with both autotools and cmake:
    https://github.com/curl/curl/actions/runs/17174994908?pr=18377
    
    Ref: https://github.com/ngtcp2/ngtcp2/releases/tag/v1.15.0
    Ref: https://github.com/ngtcp2/ngtcp2/pull/1716
    
    Closes #18377

    Changed files

    • CMake/FindNGTCP2.cmake
    • CMakeLists.txt
    • configure.ac
    • docs/INSTALL-CMAKE.md
    • m4/curl-openssl.m4