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

Builder curl-threaded-solaris11-i386 Build #4640

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 11 mins, 9 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 4640 Build
codebase Build
got_revision aece530e26716bf84402b96f61f83c4a78222d93 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision aece530e26716bf84402b96f61f83c4a78222d93 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
  2. renovate[bot]

Timing:

StartThu Feb 12 18:26:16 2026
EndThu Feb 12 21:45:36 2026
Elapsed3 hrs, 19 mins, 19 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
  2. Change #257623

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 12 Feb 2026 17:29:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5edd79aa936891fb849bed3651efe8e2d78a6922

    Comments

    cmake: add `CURL_PATCHSTAMP` configuration variable, test in CI
    Also:
    - INSTALL-CMAKE.md: alpha sort.
    
    Closes #20576

    Changed files

    • .github/workflows/linux.yml
    • CMakeLists.txt
    • docs/INSTALL-CMAKE.md
    • lib/curl_config-cmake.h.in
  3. Change #257625

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Thu 12 Feb 2026 17:38:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aece530e26716bf84402b96f61f83c4a78222d93

    Comments

    GHA: update google/boringssl to v0.20260211.0
    Closes #20566

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml