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

Builder curl-pr-unthreaded-solaris10-i386 Build #3602

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchmaster
Revision66313cc036671cd4d3e72db65a79a715c7b8f154
Got Revision66313cc036671cd4d3e72db65a79a715c7b8f154
Changes2 changes

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 26 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 18 mins, 43 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3602 Build
codebase Build
got_revision 66313cc036671cd4d3e72db65a79a715c7b8f154 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 66313cc036671cd4d3e72db65a79a715c7b8f154 Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Mar 9 08:41:24 2025
EndSun Mar 9 14:06:27 2025
Elapsed5 hrs, 25 mins, 3 secs

All Changes:

:

  1. Change #224371

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 08 Mar 2025 23:49:10
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision e86f99824c4de0024cc90bca53efe205fd1c1dcc

    Comments

    GHA/windows: re-add GnuTLS for vcpkg, improve perf by building examples less
    
    The GnuTLS MSVC/vcpkg build doesn't actually work on Windows. Let's
    restore the build itself, to keep it fit for more testing. With disabled
    tests (and examples) to keep it fast and not add to flakiness.
    
    Also:
    - enable GnuTLS in the MultiSSL job.
    - limit building examples to one normal and one UWP job. It saves
      6 x 1-1.5 minutes. Coverage remains the same, because example builds
      only depend on the toolchain / target, not on the actual features
      (except IPv6, but that's enabled for all.)
    
    Closes #16623

    Changed files

    • .github/workflows/windows.yml
  2. Change #224388

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 09 Mar 2025 03:30:42
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 66313cc036671cd4d3e72db65a79a715c7b8f154

    Comments

    GHA/windows: add GnuTLS job, drop default OpenSSL for Cygwin/MSYS2 jobs
    
    To allow selecting the TLS backend(s) for each individual job.
    
    Closes #16629

    Changed files

    • .github/workflows/windows.yml