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

Builder curl-threaded-solaris11-sparc Build #5195

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 42 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5195 Build
codebase Build
got_revision 64728418ff5138608ce84bcc1de4a80b5a95808b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 64728418ff5138608ce84bcc1de4a80b5a95808b Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSat Jan 24 13:18:19 2026
EndSat Jan 24 13:41:09 2026
Elapsed22 mins, 50 secs

All Changes:

:

  1. Change #256225

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 24 Jan 2026 13:10:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 64728418ff5138608ce84bcc1de4a80b5a95808b

    Comments

    GHA/codeql: improve perf on Windows, enable `CURL_WERROR=ON`, and more
    - set `CURL_DROP_UNUSED=ON` for Windows (MSVC) to make the analysis step
      faster: 1m30s -> 1m15s
    
    - enable `CURL_WERROR=ON` in all builds, to catch potential build issues
      in addition to running CodeQL. To make these builds useful as regular
      build tests too.
    
    - add links to CodeQL Actions documentation.
    
    - delete test data C files after checkout in an attempt to remove them
      from CodeQL code coverage stats.
    
    Closes #20418

    Changed files

    • .github/workflows/codeql.yml