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

Builder curl-threaded-solaris11-i386 Build #2383

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 25 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 19 mins, 43 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 7 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 2383 Build
codebase Build
got_revision dfdd978f7c60224dffe2aac25b436dc0a5cd0186 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision dfdd978f7c60224dffe2aac25b436dc0a5cd0186 Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Apr 29 00:41:00 2024
EndMon Apr 29 01:02:18 2024
Elapsed21 mins, 18 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