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

Builder curl-unthreaded-solaris11-sparc Build #6211

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision852f5d34da772de65d057897278aa1e75dd060d1
Got Revision852f5d34da772de65d057897278aa1e75dd060d1
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Aug 12 10:29:50 2026
EndWed Aug 12 11:19:49 2026
Elapsed49 mins, 58 secs

All Changes:

:

  1. Change #277923

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 12 Aug 2026 11:19:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision acd9411b01d2fff0bb6aa7c82c1d44c280751d1e

    Comments

    configure: replace stray raw `grep` with `$GREP`
    Follow-up to 7cc2e8b349df28d55d5f40bfae323485df9f0cf2
    Follow-up to bfaab6ed6bb3e8865cd8dd60375fbdc39203a862
    Cherry-picked from #22543
    
    Closes #22554

    Changed files

    • configure.ac
  2. Change #277924

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 12 Aug 2026 11:24:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 852f5d34da772de65d057897278aa1e75dd060d1

    Comments

    build: strip empty properties from `libcurl.pc`
    To keep it tidy and to support properties in the template that only
    appear in the generated `libcurl.pc` when filled.
    
    E.g. `Required.private` may remain empty after #22548.
    
    Also:
    - GHA/windows: dump `libcurl.pc` to log in every job
    - tidy up a pre-existing regex in the updated command.
      2c22d3069aef507d6a6876a6d20616fe5e50c6a3 #22544
    
    Ref: b9254da6175360102176303ecf9dbb5519b0ffcf #22548
    Cherry-picked from #22543
    
    Closes #22553

    Changed files

    • .github/workflows/windows.yml
    • CMakeLists.txt
    • configure.ac