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

Builder curl-unthreaded-solaris11-sparc Build #6241

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 32 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-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 6241 Build
codebase Build
got_revision e090cf59ad4c88be9da873fe37dae3487b7ad77e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e090cf59ad4c88be9da873fe37dae3487b7ad77e Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Aug 16 10:34:47 2026
EndSun Aug 16 11:24:55 2026
Elapsed50 mins, 7 secs

All Changes:

:

  1. Change #278350

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 16 Aug 2026 12:15:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e090cf59ad4c88be9da873fe37dae3487b7ad77e

    Comments

    build: drop `dirent.h` and `opendir()` detections on Windows
    `opendir()` was used previously with mingw-w64 for `file://` directory
    listing support. This was replaced by a native Win32 solution on all
    Windows platforms, leaving `opendir()` no longer used. Drop related
    feature detections.
    
    Follow-up to c7c42afab91c46e6baaa0e2801626e13acd6c30a #22577
    
    Closes #22588

    Changed files

    • CMake/win32-cache.cmake
    • CMakeLists.txt
    • configure.ac