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

Builder curl-unthreaded-solaris10-sparc Build #13235

Build In Progress:

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-sparc' 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-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13235 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 24c91d999ed151488dfee2110d1b36f79439f684 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Jul 3 15:57:01 2025
Elapsed7 hrs, 3 mins, 7 secs

All Changes:

:

  1. Change #238186

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 03 Jul 2025 13:50:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 24c91d999ed151488dfee2110d1b36f79439f684

    Comments

    cmake/FindGSS: fix processing C header path options
    When processing `--cflags` received from `krb5-config` for `gssapi`:
    
    - fix to not break on multiple `-I` options. Before this patch only
      the first `-I` option was processed as a header directory, subsequent
      ones ended up in C flags as a raw directory, without the `-I` arg.
      Follow-up to 558814e16d84aa202c5ccc0c8108a9d728e77a58
    
    - fix to not duplicate C flags.
      Regression from 146759716cbacfd453b9fb13d1096f0595424a6c #14430
    
    - drop local variable `_val` by re-using `_flag`.
    
    - tidy up comments.
    
    Ref: https://github.com/curl/curl/issues/17802#issuecomment-3029455984
    
    Closes #17805

    Changed files

    • CMake/FindGSS.cmake