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

Builder curl-unthreaded-solaris10-i386 Build #16688

Build In Progress:

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision78267398e5a2ce347a6729926c68272b2b6fbed5
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 16688 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 78267398e5a2ce347a6729926c68272b2b6fbed5 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartTue Jun 23 14:01:16 2026
Elapsed4 hrs, 12 mins, 47 secs

All Changes:

:

  1. Change #272192

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 23 Jun 2026 10:06:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7e37510c93d156014f95e5d828b2a3a4c0c354b7

    Comments

    RELEASE-PROCEDURE.md: typo

    Changed files

    • docs/RELEASE-PROCEDURE.md
  2. Change #272216

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 23 Jun 2026 11:45:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 78267398e5a2ce347a6729926c68272b2b6fbed5

    Comments

    GHA/linux: bump pizlonator/fil-c to v0.680, fixup quoting
    Also put the version number in quotes to avoid GHA altering the number
    into `0.68` (without rightmost zero) and ending up storing that in the
    `FIL_C_VERSION` env.
    
    Hopefully Renovate will honor this on future bumps.
    
    Do the same for the rest of `x.y` format version numbers.
    
    Fixing:
    ```
    env:
    [...]
        FIL_C_VERSION: 0.68
    ```
    Ref: https://github.com/curl/curl/actions/runs/28006009260/job/82920767558?pr=22142#step:5:16
    
    Fixes #22142
    
    Closes #22143

    Changed files

    • .github/workflows/linux.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml