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

Builder curl-threaded-solaris11-i386 Build #4641

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 21 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-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 4641 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-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Feb 12 21:45:37 2026
EndFri Feb 13 00:45:26 2026
Elapsed2 hrs, 59 mins, 49 secs

All Changes:

:

  1. 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