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

Builder curl-ares-solaris11-sparc Build #4368

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 58 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 mins, 20 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 4368 Build
codebase Build
got_revision a19bd4321030c6ea18e3bbec411dfd49961a1f71 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a19bd4321030c6ea18e3bbec411dfd49961a1f71 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:

StartMon Aug 18 11:13:48 2025
EndMon Aug 18 12:34:24 2025
Elapsed1 hrs, 20 mins, 36 secs

All Changes:

:

  1. Change #243184

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 18 Aug 2025 11:08:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a19bd4321030c6ea18e3bbec411dfd49961a1f71

    Comments

    cmake: honor `CMAKE_C_FLAGS` in test 1119 and 1167
    `CMAKE_C_FLAGS` is not set by curl, but may contain custom options
    required for a successful compiler run, when invoked by these tests.
    
    One such case is when configuring Visual Studio or clang-cl via compiler
    options, instead of envs.
    
    Cherry-picked from #18301
    Closes #18307

    Changed files

    • tests/CMakeLists.txt