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

Builder curl-ares-solaris11-sparc Build #4336

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

StartSat Aug 9 02:41:59 2025
EndSat Aug 9 04:08:37 2025
Elapsed1 hrs, 26 mins, 37 secs

All Changes:

:

  1. Change #242539

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 09 Aug 2025 02:27:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fe5225b5eaf3a1a0ce149023d38a9922a114798b

    Comments

    cmake: optimize building examples in CI
    In CI we want to ensure that examples build cleanly, but we don't want
    to actually run them there. Meaning it's enough to just compile, but not
    link them in CI. Saving time up to 2-4x (MSVC), and disk space up
    to 1.2GB (or 8-70x).
    
    Add a new cmake target that compiles all examples without linking them
    into runnable binaries. Keep a full build for a single example to test
    if it links correctly.
    
    Also:
    - CI: switch over all `curl-examples` targets to `curl-examples-build`
    - GHA/linux-old: build examples in one of the cmake builds.
    
    Result highlights:
    
    Job                 | Bef. |  Bef. | Aft. | Aft. |
    :------------------ | ---: | ----: | ---: |----: |
    cygwin              |  15s |   9MB |  10s |  1MB |
    msys                |  13s |   8MB |   7s |  1MB |
    dl-mingw 15         |  39s |  113M |  34s |  2MB |
    dl-mingw 9.5.0      |  49s | 115MB |  42s |  2MB |
    dl-mingw 7.3.0      |  19s | 113MB |  14s |  2MB |
    dl-mingw 6.4.0      |   9s |  12MB |   7s |  4MB |
    Linux cross         |  19s |  28MB |  19s |  2MB |
    MSVC UWP            |  65s | 374MB |   9s | 17MB |
    MSVC x64            |  22s | 846MB |   9s | 17MB |
    VS2010              |  48s | 105MB |  15s |  9MB |
    VS2022 clang-cl     | 195s | 1.2GB |  51s | 20MB |
    iOS Xcode           |   8s |       |   5s |      |
    macOS LibreSSL      |  16s |       |  11s |      |
    Linux aws-lc        |   3s |       |   1s |      |
    
    Follow-up to dda251ef1020da07dc4640a225e01051cb977535 #18232
    
    Closes #18209

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux-old.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml
    • appveyor.sh
    • docs/examples/CMakeLists.txt