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

Builder curl-ares-solaris10-i386 Build #3329

Results:

Retry lost remote

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3329 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision c3aa22272df5389c76cf4ed42d22a71d637ce924 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Apr 25 11:53:10 2025
EndFri Apr 25 12:08:50 2025
Elapsed15 mins, 40 secs

All Changes:

:

  1. Change #228252

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 25 Apr 2025 11:42:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1e9b48c010625d4635412612295460ecc3405235

    Comments

    cmake: stop deleting `-W<n>` from `CMAKE_C_FLAGS` (MSVC)
    1. `CMAKE_C_FLAGS` may apply to other projects, and deleting/altering it
       may be unexpected.
    
    2. We pass `-W4`/`-Wall` internally now, which do override custom
       `-W<n>` options in all supported MSVC versions.
       (as tested with Visual Studio generators)
       Ref: https://ci.appveyor.com/project/curlorg/curl/builds/51945416
    
    Follow-up to e86542038dda88dadf8959584e803895f979310c #17047
    Ref: 866e02935deb28373130116dac578d84e057a03e #1711
    
    Closes #17179

    Changed files

    • CMake/PickyWarnings.cmake
  2. Change #228253

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 25 Apr 2025 11:42:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c3aa22272df5389c76cf4ed42d22a71d637ce924

    Comments

    cmake: use `CMAKE_COMPILE_WARNING_AS_ERROR` if available
    It's available in CMake >= 3.24.
    
    Ref: https://cmake.org/cmake/help/latest/variable/CMAKE_COMPILE_WARNING_AS_ERROR.html
    
    Closes #17183

    Changed files

    • CMake/PickyWarnings.cmake