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

Builder curl-ares-solaris11-i386 Build #3444

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision978ef7074a68e395da4a7ddd10507014f13ffe83
Got Revision978ef7074a68e395da4a7ddd10507014f13ffe83
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 18 mins, 36 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-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 3444 Build
codebase Build
got_revision 978ef7074a68e395da4a7ddd10507014f13ffe83 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 978ef7074a68e395da4a7ddd10507014f13ffe83 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSat Apr 26 13:09:10 2025
EndSat Apr 26 16:20:06 2025
Elapsed3 hrs, 10 mins, 55 secs

All Changes:

:

  1. Change #228405

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 26 Apr 2025 12:59:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f9eb9e5e23262705d2b108f7cf03a920dd77d7ae

    Comments

    cmake: use `LIB_NAME` in `curl-config.cmake.in`
    Cherry-picked from #16973
    Closes #17195

    Changed files

    • CMake/curl-config.cmake.in
    • CMakeLists.txt
    • lib/CMakeLists.txt
  2. Change #228406

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 26 Apr 2025 12:59:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4b7accda5ae3f2e663aa3f3853805241ef87c2fe

    Comments

    build: enable gcc-12/13+, clang-10+ picky warnings
    Cherry-picked from #17190
    Closes #17196

    Changed files

    • CMake/PickyWarnings.cmake
    • m4/curl-compilers.m4
  3. Change #228407

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 26 Apr 2025 12:59:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 978ef7074a68e395da4a7ddd10507014f13ffe83

    Comments

    cmake: honor individual picky option overrides found in `CMAKE_C_FLAGS`
    Also to sync up with similar `./configure` feature via
    `CURL_ADD_COMPILER_WARNINGS()`.
    
    Example: `-DCMAKE_C_FLAGS=-Wno-xor-used-as-pow`
    
    It may be useful as a workaround if a specific build combination hits
    a picky warning within curl's source code. If such happens, we do
    appreciate a report to fix it in curl itself.
    
    Closes #17197

    Changed files

    • CMake/PickyWarnings.cmake