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

Builder curl-ares-solaris11-sparc Build #4323

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 36 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 57 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Aug 7 09:12:28 2025
EndThu Aug 7 09:42:13 2025
Elapsed29 mins, 45 secs

All Changes:

:

  1. Change #242325

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 07 Aug 2025 09:07:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b8296d367aa4277ee297d474fe438da687ffc5ec

    Comments

    cmake: make the ExternalProject test work
    By micromanaging the project dependency and its inclusion into the test
    project. It feels like an awkward construct, but perhaps better than
    nothing.
    
    It's also fragile because it's a static build with no assistance from
    the external project (curl in this case). Mitigated in test by disabling
    all dependencies and some features.
    
    Since there is no special core cmake logic to be tested here, in CI
    the test is tested really. To keep CI jobs at minimum, only add 3 of
    them, taking 42s in total. (All 6 would take 270s.)
    
    Follow-up to e2a23d5d0d566105237acec37a2c22a6f79cee3e #17203
    
    Closes #18208

    Changed files

    • .github/workflows/distcheck.yml
    • tests/cmake/CMakeLists.txt
    • tests/cmake/test.sh