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

Builder curl-ares-solaris11-sparc Build #4713

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

StartThu Nov 20 00:30:14 2025
EndThu Nov 20 00:36:06 2025
Elapsed5 mins, 51 secs

All Changes:

:

  1. Change #249399

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 20 Nov 2025 00:23:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7e8f36bf8e56e632e4f8be54b584f758e3aaa086

    Comments

    cmake: honor `CURL_DISABLE_INSTALL` and `CURL_ENABLE_EXPORT_TARGET` in lib and src
    Based on existing code and commit history it appears
    `CURL_DISABLE_INSTALL` means to prevent calling `install()`;
    `CURL_ENABLE_EXPORT_TARGET` means to prevent calling `export()` and
    `install()`s with `EXPORT` in them.
    
    Fix them to also apply to the lib and src directories in that vain:
    - lib: honor `CURL_DISABLE_INSTALL`
    - src: honor `CURL_DISABLE_INSTALL`
    - src: honor `CURL_ENABLE_EXPORT_TARGET`
    
    https://cmake.org/cmake/help/v4.2/command/install.html
    https://cmake.org/cmake/help/v4.2/command/export.html
    
    - `CURL_DISABLE_INSTALL` follow-up to:
      aace27b0965c10394544d1dacc9c2cb2fe0de3d3 #12287
    - `CURL_ENABLE_EXPORT_TARGET` follow-up to:
      8698825106f7a9987ab3924128eee885278f66bb #9638
      643ec296456ba98c536857fce3ecfd021d44d913 #7060
    
    Closes #19144

    Changed files

    • docs/libcurl/opts/CMakeLists.txt
    • lib/CMakeLists.txt
    • src/CMakeLists.txt