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

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

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 52 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 1866 Build
codebase Build
got_revision eb06c1b25ba62626bf31371ed89e4797ed56265c Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision eb06c1b25ba62626bf31371ed89e4797ed56265c 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. Daniel Stenberg

Timing:

StartThu May 2 11:50:21 2024
EndThu May 2 13:26:12 2024
Elapsed1 hrs, 35 mins, 51 secs

All Changes:

:

  1. Change #196344

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 02 May 2024 10:40:32
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision eb06c1b25ba62626bf31371ed89e4797ed56265c

    Comments

    curl.h: change CURL_SSLVERSION_* from enum to defines
    
    C++20 and later compilers emit a deprecation warning if values from two
    different enums are combined with a bitwise operation the way the
    CURL_SSLVERSION_* values were previously created.
    
    Reported-by: Michael Kaufmann
    Fixes #13510
    Closes #13511

    Changed files

    • include/curl/curl.h