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

Builder curl-unthreaded-solaris10-i386 Build #16676

Build In Progress:

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16676 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision e1366945251ae3107194acb970ec4e40b1da5682 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Jun 18 03:35:56 2026
Elapsed2 hrs, 9 mins, 25 secs

All Changes:

:

  1. Change #271515

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 17 Jun 2026 18:04:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6db0ba2a381648a27e90dd9151ea2c255f869534

    Comments

    cmake/FindGSS: drop "MIT Unknown" version value, related tidy ups
    After this patch the `GSS_VERSION` value is left empty in all cases when
    there is known version number (potentially on Windows).
    
    Also:
    - sync `GSS_FOUND` comment with other Find modules.
    - sync `GSS_VERSION` comment with other Find modules, drop the promise
      of returning "unknown", which was not true and also not done by other
      Find modules.
    - tidy up Windows-registry-based MIT `GSS_VERSION` detection, by
      guarding the whole block for `WIN32`.
    - drop fallback version value `MIT Unknown` used for MIT.
    - fix vertical alignment in comment block.
    
    Changing CMake log output like so (in affected config):
    ```
    -- Found GSS: MIT (found version "MIT Unknown")
    ```
    ->
    ```
    -- Found GSS: MIT
    ```
    
    Spotted by Copilot
    Bug: https://github.com/curl/curl/pull/22052#discussion_r3429273238
    Follow-up to 558814e16d84aa202c5ccc0c8108a9d728e77a58
    
    Closes #22071

    Changed files

    • CMake/FindGSS.cmake
  2. Change #271518

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 17 Jun 2026 18:38:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e1366945251ae3107194acb970ec4e40b1da5682

    Comments

    cmake/FindGSS: drop CMake <3.16 compatibility logic
    Redundant since bumping minimum to 3.18.
    
    Follow-up to 89043ba90689418a115e967633e261139b48ce23 #20407
    Follow-up to 1f112242323848d0ebfc88ae97b139d18e7987f6 #18950
    
    Closes #22072

    Changed files

    • CMake/FindGSS.cmake