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

Builder curl-threaded-solaris11-i386 Build #5054

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision10d4b34e5c962a0b17836b0bc7483ce3b7c518cc
Got Revision10d4b34e5c962a0b17836b0bc7483ce3b7c518cc
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 59 mins, 42 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-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 5054 Build
codebase Build
got_revision 10d4b34e5c962a0b17836b0bc7483ce3b7c518cc Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 10d4b34e5c962a0b17836b0bc7483ce3b7c518cc 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. Kai Pastor
  2. Viktor Szakats

Timing:

StartMon May 11 12:13:04 2026
EndMon May 11 13:13:09 2026
Elapsed1 hrs, 4 secs

All Changes:

:

  1. Change #266701

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 11 May 2026 11:57:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ed3cd8b0463844056e039f283f8e43e2795f269a

    Comments

    cmake: auto-select static nghttp2/nghttp3/ngtcp2 Config
    When detecting these dependencies via CMake Config and their main
    imported target is undefined, automatically assume and use their static
    imported target instead.
    
    Adopting from vcpkg downstream, where it's done for nghttp3 and ngtcp2,
    but not for nghttp2.
    
    Refs:
    https://github.com/microsoft/vcpkg/blob/773e092a82fc3b4c3e73ee7b049a5e119fa45898/ports/curl/dependencies.patch
    https://github.com/microsoft/vcpkg/commit/70b941a5d2443e79eeab62507acb41bd22201277
    
    Downstream-patch-by: Kai Pastor
    
    Closes #21470

    Changed files

    • CMake/FindNGHTTP2.cmake
    • CMake/FindNGHTTP3.cmake
    • CMake/FindNGTCP2.cmake
  2. Change #266702

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 11 May 2026 11:57:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 48150707948cc1390c816934691524bdfde6c4af

    Comments

    tidy-up: sort TLS backends, distros, alphabetically
    Also:
    - replace stray [Rr]ustls-ffi with Rustls for consistency.
    - add AWS-LC to a couple of lists where missing.
    
    Closes #21481

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • CMakeLists.txt
    • docs/CIPHERS.md
    • docs/CURLDOWN.md
    • docs/ECH.md
    • docs/FAQ.md
    • docs/INSTALL.md
    • docs/cmdline-opts/ca-native.md
    • docs/cmdline-opts/tls-earlydata.md
    • docs/libcurl/curl_global_sslset.md
    • docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.md
    • docs/libcurl/opts/CURLOPT_SSL_OPTIONS.md
    • lib/dllmain.c
    • lib/ldap.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
    • m4/curl-openssl.m4
    • tests/libtest/lib1587.c
    • tests/runtests.pl
  3. Change #266703

    Category curl
    Changed by Kai Pastor <dg0ytohnoyoudont@darc.de>
    Changed at Mon 11 May 2026 12:08:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 10d4b34e5c962a0b17836b0bc7483ce3b7c518cc

    Comments

    cmake: fix zstd CMake config name
    They install `zstdConfig.cmake`,
    https://github.com/facebook/zstd/blob/885c79ba4ae8345e006f61bc97b270d4cf7ff076/build/cmake/CMakeModules/ZstdPackage.cmake#L33-L38.
    With the `Config.cmake` pattern, this is a case-sensitive package name,
    `zstd`.
    
    Follow-up to 8fce3e17e6cb310cd6dbe38ff14869b8fe5827d2 #20814
    Closes #21538

    Changed files

    • CMake/FindZstd.cmake