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

Builder curl-threaded-solaris11-i386 Build #4781

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 3 mins, 1 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-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 4781 Build
codebase Build
got_revision 32500f12c444536f2f73b08e678fc67175335cd9 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 32500f12c444536f2f73b08e678fc67175335cd9 Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartTue Mar 17 13:18:18 2026
EndTue Mar 17 16:22:04 2026
Elapsed3 hrs, 3 mins, 45 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