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

Builder curl-ares-solaris11-i386 Build #3679

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 22 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 3679 Build
codebase Build
got_revision 7ad985cad58f8d4746e2a6042b9472b97f22f737 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7ad985cad58f8d4746e2a6042b9472b97f22f737 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:

StartThu Jul 3 23:53:29 2025
EndFri Jul 4 02:58:35 2025
Elapsed3 hrs, 5 mins, 6 secs

All Changes:

:

  1. Change #238304

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 03 Jul 2025 23:49:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7ad985cad58f8d4746e2a6042b9472b97f22f737

    Comments

    tests/unit: hook up unitprotos to the `units-clang-tidy` target
    To make `ninja units-clang-tidy` target work without manually building
    core components first.
    
    Also rename the clang-tidy test target generator macro to align its name
    with the built-in `add_custom_target()` function.
    
    Follow-up to c9bb9cd165c1b25c2fe005befdcfe479fc9b68e1 #17750
    
    Closes #17810

    Changed files

    • CMake/Macros.cmake
    • tests/client/CMakeLists.txt
    • tests/libtest/CMakeLists.txt
    • tests/server/CMakeLists.txt
    • tests/tunit/CMakeLists.txt
    • tests/unit/CMakeLists.txt