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

Builder curl-threaded-solaris11-sparc Build #5291

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Feb 12 16:57:59 2026
EndThu Feb 12 18:10:10 2026
Elapsed1 hrs, 12 mins, 11 secs

All Changes:

:

  1. Change #257611

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 12 Feb 2026 16:29:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 516a0cd382bfda7e3cd162dab4ff71016eadd9af

    Comments

    cmake: add `BORINGSSL_VERSION` configuration variable, test in CI
    To simplify setting BoringSSL version, using:
    `-DBORINGSSL_VERSION=0.20260211.0`
    or
    `-DBORINGSSL_VERSION=${boringssl_version}`
    
    Previously it could be set via C flags, using complicated shell quotes:
    `-DCMAKE_C_FLAGS="-DCURL_BORINGSSL_VERSION=\\\"${boringssl_version}\\\""`
    (the C flags method remains, also for autotools)
    
    It'd be nice if BoringSSL published its version not just via
    `MODULE.bazel` in its source tree, but from its public headers, to make
    these workarounds unnecessary.
    
    Also:
    - GHA/http3-linux: test both options.
    
    Closes #20571

    Changed files

    • .github/workflows/http3-linux.yml
    • CMakeLists.txt
    • docs/INSTALL-CMAKE.md
    • lib/curl_config-cmake.h.in