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

Builder curl-ares-solaris11-i386 Build #3448

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 44 mins, 48 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 3448 Build
codebase Build
got_revision e2a23d5d0d566105237acec37a2c22a6f79cee3e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e2a23d5d0d566105237acec37a2c22a6f79cee3e Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Apr 27 13:29:00 2025
EndSun Apr 27 15:14:01 2025
Elapsed1 hrs, 45 mins, 1 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