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

Builder curl-ares-solaris11-i386 Build #4269

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

StartTue Dec 9 19:38:21 2025
EndTue Dec 9 19:45:38 2025
Elapsed7 mins, 17 secs

All Changes:

:

  1. Change #251676

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 09 Dec 2025 19:34:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 163705db756557e6c07ac9386663f0576ebfd64e

    Comments

    windows: assume `USE_WIN32_LARGE_FILES`
    All Windows platforms support it. It was permanently enabled with most
    build methods. The exception is autotools where it is enabled by
    default, with an option to disable it. It changed the build in a few
    places for rarely tested code paths, but not bringing other advantages
    (and used some 64-bit APIs anyway). This patch makes autotools'
    `--disable-largefile` option a no-op for Windows.
    
    Closes #19888

    Changed files

    • CMakeLists.txt
    • acinclude.m4
    • configure.ac
    • lib/config-win32.h
    • lib/curl_config.h.cmake
    • lib/curl_setup.h
    • lib/curlx/fopen.c
    • lib/version.c
    • src/tool_cb_see.c
  2. Change #251677

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 09 Dec 2025 19:34:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a7c974e038572bd1d4a653afbd6de5fad5a10215

    Comments

    DEPRECATE: add CMake <3.18 deprecation for April 2026
    CMake 3.18 was released on 2020-07-15.
    
    It enables using (and/or dropping workarounds) for these features:
    LTO support, better performance and pkg-config support, `OBJECT` target,
    `-S`, `-B`, `--verbose`, `--install` on the command-line, lib directory
    support in interface targets, target_link_options(), LINK_OPTIONS,
    FetchContent, `list(PREPEND ...)`, unity, Ninja, fixed imported global
    issues.
    
    Ref: https://github.com/curl/curl/discussions/18704
    
    Closes #19902

    Changed files

    • docs/DEPRECATE.md