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

Builder curl-ares-solaris11-sparc Build #2376

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats
  2. fuzzard

Timing:

StartMon Apr 29 17:05:22 2024
EndMon Apr 29 18:33:19 2024
Elapsed1 hrs, 27 mins, 56 secs

All Changes:

:

  1. Change #196227

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 29 Apr 2024 16:45:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b6305011ecae5bd4ff689da6f1618cc8a1c28f7e

    Comments

    DISTROS: add patch and issues link for curl-for-win
    curl-for-win sometimes includes curl patches that were already merged in
    master, but not yet part of a stable release.
    
    Also include the Issues link. Build-specific issues are handled there.
    
    Ref: #13493
    Closes #13499

    Changed files

    • docs/DISTROS.md
  2. Change #196228

    Category curl
    Changed by fuzzard <fuzzardohnoyoudont@kodi.tv>
    Changed at Mon 29 Apr 2024 16:49:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 86805bfcdadef588e2c325212f066122f2daf4ec

    Comments

    cmake: FindNGHTTP2 add static lib name to find_library call
    Add the static library name, nghttp2_static as a name to search.
    
    This provides cmake parity with the winbuild Makefile.vc allowing
    the cmake build to find and allow the link to static nghttp2 library.

    Changed files

    • CMake/FindNGHTTP2.cmake