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

Builder curl-ares-solaris11-sparc Build #4670

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 37 mins, 14 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 4 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 4670 Build
codebase Build
got_revision 554dfa556886c3d7425f6690f3fc408128bf4744 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 554dfa556886c3d7425f6690f3fc408128bf4744 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:

StartSat Nov 15 15:57:59 2025
EndSat Nov 15 16:35:29 2025
Elapsed37 mins, 29 secs

All Changes:

:

  1. Change #248797

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 15 Nov 2025 15:35:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 554dfa556886c3d7425f6690f3fc408128bf4744

    Comments

    build: drop Windows CE / CeGCC support
    Windows CE support was limited to successful builds with ming32ce
    (a toolchain that hasn't seen an update since 2009, using an ancient gcc
    version and "old mingw"-style SDK headers, that curl deprecated earlier).
    Builds with MSVC were broken for a long time. mingw32ce builds were never
    actually tested and runtime and unlikely to work due to missing stubs.
    Windows CE toolchains also miss to comply with C89. Paired with lack of
    demand and support for the platform, curl deprecated it earlier.
    
    This patch removes support from the codebase to ease maintaining Windows
    codepaths.
    
    Follow-up to f98c0ba834d4b4da480373b732a86976f9064ccd #17924
    Follow-up to 8491e6574cde770b227ca0e1cd66548291f49661 #17379
    Follow-up to 2a292c39846107228201674d686be5b3ed96674d #15975
    
    Closes #17927

    Changed files

    • CMake/CurlSymbolHiding.cmake
    • CMake/win32-cache.cmake
    • CMakeLists.txt
    • acinclude.m4
    • configure.ac
    • docs/DEPRECATE.md
    • docs/INSTALL.md
    • docs/examples/anyauthput.c
    • docs/examples/block_ip.c
    • docs/examples/externalsocket.c
    • docs/examples/fileupload.c
    • docs/examples/ftpupload.c
    • docs/examples/ftpuploadresume.c
    • docs/examples/http2-download.c
    • docs/examples/http2-upload.c
    • docs/examples/httpput.c
    • docs/examples/log_failed_transfers.c
    • docs/examples/sftpuploadresume.c
    • include/curl/system.h
    • lib/asyn-thrdd.c
    • lib/cf-socket.c
    • lib/config-win32.h
    • lib/connect.c
    • lib/curl_fopen.c
    • lib/curl_setup.h
    • lib/curl_setup_once.h
    • lib/curl_sspi.c
    • lib/curl_sspi.h
    • lib/curl_threads.c
    • lib/curlx/fopen.c
    • lib/curlx/fopen.h
    • lib/curlx/inet_ntop.c
    • lib/curlx/inet_pton.c
    • lib/curlx/strerr.c
    • lib/curlx/version_win32.c
    • lib/curlx/winapi.c
    • lib/easy.c
    • lib/file.c
    • lib/ftp.c
    • lib/getenv.c
    • lib/hostip.c
    • lib/md4.c
    • lib/md5.c
    • lib/memdebug.c
    • lib/rename.c
    • lib/sha256.c
    • lib/strerror.c
    • lib/system_win32.c
    • lib/transfer.c
    • lib/vtls/schannel.c
    • lib/vtls/schannel_verify.c
    • lib/vtls/vtls_scache.c
    • m4/xc-lt-iface.m4
    • src/CMakeLists.txt
    • src/terminal.c
    • src/tool_cb_hdr.c
    • src/tool_cb_rea.c
    • src/tool_cb_see.c
    • src/tool_cb_wrt.c
    • src/tool_cfgable.c
    • src/tool_cfgable.h
    • src/tool_dirhie.c
    • src/tool_doswin.c
    • src/tool_doswin.h
    • src/tool_formparse.c
    • src/tool_getparam.h
    • src/tool_getpass.c
    • src/tool_main.c
    • src/tool_operate.c
    • src/tool_parsecfg.c
    • src/tool_setup.h
    • src/tool_util.c
    • src/tool_util.h
    • tests/libtest/lib505.c
    • tests/libtest/lib525.c
    • tests/libtest/lib541.c
    • tests/libtest/lib556.c
    • tests/libtest/lib582.c
    • tests/server/first.h
    • tests/server/sockfilt.c
    • tests/server/util.c