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

Builder curl-threaded-solaris11-sparc Build #3875

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 31 mins, 7 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 3875 Build
codebase Build
got_revision e2a23d5d0d566105237acec37a2c22a6f79cee3e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e2a23d5d0d566105237acec37a2c22a6f79cee3e 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:

StartSun Apr 27 13:29:07 2025
EndSun Apr 27 14:00:22 2025
Elapsed31 mins, 14 secs

All Changes:

:

  1. Change #228450

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 27 Apr 2025 13:22:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e2a23d5d0d566105237acec37a2c22a6f79cee3e

    Comments

    cmake: extend integration tests
    - GHA: add cmake integration tests for Windows.
    - make them run faster with prefill, unity, Ninja, omitting curl tool.
    - also test static libcurl.
    - add old-cmake support with auto-detection.
    - auto-detect Ninja.
    - run consumer test apps to see if they work.
    - add support for Windows.
    - make it more verbose.
    - re-add `ExternalProject` cmake consumer test. It's broken.
    - tidy up terminology.
    
    Cherry-picked from #16973
    Closes #17203

    Changed files

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