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

Builder curl-unthreaded-solaris10-i386 Build #14535

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 25 mins, 28 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-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 14535 Build
codebase Build
got_revision dfdd978f7c60224dffe2aac25b436dc0a5cd0186 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision dfdd978f7c60224dffe2aac25b436dc0a5cd0186 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Apr 29 00:42:34 2024
EndMon Apr 29 02:06:42 2024
Elapsed1 hrs, 24 mins, 8 secs

All Changes:

:

  1. Change #196186

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 29 Apr 2024 00:26:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dfdd978f7c60224dffe2aac25b436dc0a5cd0186

    Comments

    cmake: add `BUILD_EXAMPLES` option to build examples
    You can enable it with `-DBUILD_EXAMPLES=ON`.
    
    To match autotools' `make examples` feature.
    Windows (static) builds not tested.
    
    Also enable examples in a pair of CI jobs.
    
    Apply related updates to the macOS CI workflow:
    - drop unused `CXX` envs.
    - drop no longer needed `-Wno-error=undef -Wno-error=conversion` flags.
    - pass `-Wno-deprecated-declarations` to GCC too (for `BUILD_EXAMPLES`).
    - document why `-Wno-deprecated-declarations` is necessary.
    
    Closes #13491

    Changed files

    • .github/workflows/macos.yml
    • CMakeLists.txt
    • docs/examples/CMakeLists.txt