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

Builder curl-ares-solaris11-sparc Build #6127

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona7e8016fa20d9f47ff01f76e3fd283cc5a86feac
Got Revisiona7e8016fa20d9f47ff01f76e3fd283cc5a86feac
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 ...' ( 2 mins, 38 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-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 6127 Build
codebase Build
got_revision a7e8016fa20d9f47ff01f76e3fd283cc5a86feac Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a7e8016fa20d9f47ff01f76e3fd283cc5a86feac 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:

StartFri Jun 26 18:45:39 2026
EndFri Jun 26 19:14:31 2026
Elapsed28 mins, 51 secs

All Changes:

:

  1. Change #272956

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 18:39:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a7e8016fa20d9f47ff01f76e3fd283cc5a86feac

    Comments

    cmake: flatten build tree, tidy up base dir variables
    - drop `generated` subdir, move these files to build root.
      To move them next to CPack and other config files, and to avoid
      a subdirectory for only 2 files.
      Follow-up to 69328490fc91bfa00a6a90da84239524b01f5527 #2849
    
    - add 'Consumed variables' comment for `CMake/cmake_uninstall.in.cmake`.
    
    - move generated `cmake_uninstall.cmake` to the build root directory
      (from `CMake/`). To:
      - avoid creating a `CMake` subdirectory within the build directory
        with this single file in it.
      - move it next to its `cmake_install.cmake` counterpart.
      - move it next to `install_manifest.txt` which it relies on.
    
      Follow-up to 27e2a4733c3321fb0b1a127360e8e96bc3d4ae53
    
    - Use `PROJECT_SOURCE_DIR` for these files, replacing
      `CMAKE_CURRENT_SOURCE_DIR`, to make it consistent with rest of CMake
      sources, and to reduce ambiguity in `CMake/cmake_uninstall.in.cmake`
      template.
    
    Follow-up to 8198e388d31919ec610908d496d34ced2daf4fea #22188
    Follow-up to 4839029645bae1ff7f17e0f1c7543bc3eb30f471 #22187
    Follow-up to 9126eb5a8ad96f156586942facb069383a09c046 #15331
    
    Closes #22192

    Changed files

    • CMake/cmake_uninstall.in.cmake
    • CMakeLists.txt