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

Builder curl-pr-unthreaded-solaris10-i386 Build #1874

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 50 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 1874 Build
codebase Build
got_revision 3a082cd3c55790870a8025856c42587a06cd295e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 3a082cd3c55790870a8025856c42587a06cd295e Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun May 5 16:36:38 2024
EndSun May 5 17:00:31 2024
Elapsed23 mins, 53 secs

All Changes:

:

  1. Change #196459

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 05 May 2024 16:34:41
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 3a082cd3c55790870a8025856c42587a06cd295e

    Comments

    libssh2: delete redundant feature guard
    
    Delete `HAVE_LIBSSH2_VERSION` (equivalent to
    `LIBSSH2_VERSION_NUM` > 0x010100) guard surrounding
    a `LIBSSH2_VERSION_NUM` > 0x010B00 one.
    
    Reviewed-by: Daniel Gustafsson
    Closes #13537

    Changed files

    • lib/vssh/libssh2.c