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

Builder curl-unthreaded-solaris11-i386 Build #4624

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats
  2. renovate[bot]

Timing:

StartThu Feb 12 20:34:14 2026
EndThu Feb 12 23:45:00 2026
Elapsed3 hrs, 10 mins, 46 secs

All Changes:

:

  1. Change #257623

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 12 Feb 2026 17:29:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5edd79aa936891fb849bed3651efe8e2d78a6922

    Comments

    cmake: add `CURL_PATCHSTAMP` configuration variable, test in CI
    Also:
    - INSTALL-CMAKE.md: alpha sort.
    
    Closes #20576

    Changed files

    • .github/workflows/linux.yml
    • CMakeLists.txt
    • docs/INSTALL-CMAKE.md
    • lib/curl_config-cmake.h.in
  2. Change #257625

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Thu 12 Feb 2026 17:38:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aece530e26716bf84402b96f61f83c4a78222d93

    Comments

    GHA: update google/boringssl to v0.20260211.0
    Closes #20566

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  3. Change #257640

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 12 Feb 2026 19:04:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3ce596a9567ac3944a783f24903af3ad6bbe1ba1

    Comments

    msvc: VS2026: unlock picky warning in cmake, test in CI
    Upgrade a GHA/windows job to VS2026 (from VS2022), using a runner image
    released a week ago. It also comes with the same Windows SDK as VS2022:
    v10.0.26100.0.
    
    The runner image uses Windows 2025 unfortunately, which makes the job
    run significantly slower than before this patch:
    - configure: 49s -> 1m10s
    - build: 3s -> 5s
    - install test prereqs: 23s -> 27s
    - run tests: 3m18s -> 4m11s
    - build examples: 15s -> 25s
    
    It's a shame.
    
    Also:
    - cmake: enable picky warnings for VS2026 internal version 19.50.
      Build is clean with existing options.
    - GHA/windows: make the built-in OpenSSH intall path recognize
      the windows-2025-vs2026 image as windows-2025.
    - windows-2025-vs2026 is able to load the cached stunnel made on
      the windows-2022 runner.
    - disk use of the build is almost identical to VS2022.
    
    Before: https://github.com/curl/curl/actions/runs/21955482367/job/63418133880
    After: https://github.com/curl/curl/actions/runs/21957589847/job/63426546943
    
    Ref: https://github.com/actions/runner-images/blob/71f0157880be328a2b0a4dc81cda61735ba6c45d/images/windows/Windows2025-VS2026-Readme.md
    Ref: #20575
    
    Closes #20577

    Changed files

    • .github/workflows/windows.yml
    • CMake/PickyWarnings.cmake