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

Builder curl-ares-solaris11-sparc Build #4953

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 17 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 4953 Build
codebase Build
got_revision 7e2b15ee5647fbb49b19a4928233236e09e94a75 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7e2b15ee5647fbb49b19a4928233236e09e94a75 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

Timing:

StartThu Dec 18 01:41:35 2025
EndThu Dec 18 01:46:28 2025
Elapsed4 mins, 53 secs

All Changes:

:

  1. Change #252569

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 18 Dec 2025 01:35:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7e2b15ee5647fbb49b19a4928233236e09e94a75

    Comments

    build: replace `-pedantic` with `-Wpedantic` when supported
    To use the modern form when possible. The modern option also allows
    using the `no-` prefix to disable.
    
    Supported by: gcc 4.8+, clang 3.2+ (= appleclang 4.2+)
    
    This also automatically changes `-clang:-pedantic` to `-Wpedantic` in
    clang-cl builds.
    
    Refs:
    https://github.com/llvm/llvm-project/commit/9877f689f282b19ca697aa8c6fecd752a84dbddd
    https://gcc.gnu.org/onlinedocs/gcc-4.8.5/gcc/Warning-Options.html
    
    Closes #20010

    Changed files

    • CMake/PickyWarnings.cmake
    • m4/curl-compilers.m4