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

Builder curl-ares-solaris11-i386 Build #3652

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 52 mins, 12 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 3652 Build
codebase Build
got_revision 4914c2177e084819da3e7e0eb9c69b1a96bb12ad Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4914c2177e084819da3e7e0eb9c69b1a96bb12ad Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Jun 25 19:52:27 2025
EndWed Jun 25 21:41:10 2025
Elapsed1 hrs, 48 mins, 42 secs

All Changes:

:

  1. Change #237771

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Jun 2025 19:45:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4914c2177e084819da3e7e0eb9c69b1a96bb12ad

    Comments

    autotools: detect and link `brotlicommon` library for brotli
    `brotlicommon` is necessary when linking brotli statically.
    E.g. on Alpine Linux with `PKG_CONFIG='pkg-config --static'`.
    
    It also syncs brotli libs listed in `libcurl.pc` and `curl-config` with
    those generated by cmake, which already listed `brotlicommon` there.
    
    Also:
    - remove workaround from GHA/configure-vs-cmake CI jobs.
    
    Ref: https://github.com/curl/curl/commit/69cda1b7048ce7651b68040c8c4f14356c93033f
    Follow-up to f2adb3b6d73cad0c28ec8a32f5fa969d0f6378a0 #15431
    Reported-by: Christopher Boyd
    Fixes #17678
    Closes #17723

    Changed files

    • .github/workflows/configure-vs-cmake.yml
    • configure.ac