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

Builder curl-unthreaded-solaris11-sparc Build #5466

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 31 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 5466 Build
codebase Build
got_revision 32500f12c444536f2f73b08e678fc67175335cd9 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 32500f12c444536f2f73b08e678fc67175335cd9 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 Mar 17 12:38:50 2026
EndTue Mar 17 13:01:30 2026
Elapsed22 mins, 40 secs

All Changes:

:

  1. Change #261278

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 17 Mar 2026 12:28:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 32500f12c444536f2f73b08e678fc67175335cd9

    Comments

    HTTP3.md: minor improvements
    - document building curl with CMake.
    
    - mention all supported forks in the OpenSSL section. Delete dedicated
      quictls section.
    
    - add TLS-backend pkgconfig dir to `PKG_CONFIG_PATH` for correctness.
      OpenSSL-based ones often work without this, by finding system
      `openssl.pc`. For GnuTLS and wolfSSL this has a lesser chance. Best to
      point to them explicitly. (configure may technically be able to do
      this automatically, but it isn't implemented.)
    
    - use `--with-ngtcp2=<path>` again, where possible.
      GnuTLS is the exception, pending fix in #20910.
      Same for BoringSSL, but not documented in `HTTP3.md`.
    
    - replace `<somewhereN>` with `/path/to/depname` for clarity.
    
    - move `LDFLAGS` after `./configure` for curl, to match dep builds.
    
    - move `--with-ngtcp2` next to the TLS-backend option.
    
    Follow-up to 1e3c2bec7eb735736755e15a48701f5b2d5b5979 #20926
    Follow-up to 3c64ffaff4cd8c8275627dd2e17b6879a1d32262 #18415 #18188
    Cherry-picked from #20920
    
    Closes #20947

    Changed files

    • docs/HTTP3.md