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

Builder curl-unthreaded-solaris11-sparc Build #6240

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 41 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 6240 Build
codebase Build
got_revision bf594226d66dc2bbf62a18f3dea1ceabe5b26dcf Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision bf594226d66dc2bbf62a18f3dea1ceabe5b26dcf 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 08:35:18 2026
EndSun Aug 16 08:59:14 2026
Elapsed23 mins, 56 secs

All Changes:

:

  1. Change #278346

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 16 Aug 2026 10:08:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1db93bdb7c1943132b13543539aaaf4866f31419

    Comments

    config-win32.h: limit use to MSVC IDE Project builds
    This is the only purpose it's maintained for.
    
    Drop mingw-w64 and other logic falling outside of VS2010-2013 needs.
    
    mingw-w64/MSVC platform differences keep being maintained/documented as
    part of the CMake pre-fill logic in `CMake/win32-cache.cmake`.
    
    Follow-up to ba8752e5566076acc8bdec7ae4ec78901f7050f4 #12224
    
    Closes #22595

    Changed files

    • lib/config-win32.h
  2. Change #278347

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 16 Aug 2026 10:08:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bf594226d66dc2bbf62a18f3dea1ceabe5b26dcf

    Comments

    GHA/non-native: BSD build improvements
    - show binary sizes and file types in 'curl -V' step, like rest of
      workflows.
    - make `build tests` step verbose.
    - disable typecheck on emulated CPUs.
      It results in 3-4x speed-up for riscv64, and ~2x for ARM64 when
      building tests (in particular the libtests binary.)
      Ref: 9e6f1c5efb7a70e1f33e467a738f3e3f652f3174 #19637
    - enable building tests in an ARM64 job.
    - move examples build test from ARM64 to riscv64 (to spread job times).
    
    Closes #22601

    Changed files

    • .github/workflows/non-native.yml