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

Builder curl-ares-solaris11-i386 Build #5312

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision65dae4ad80b02f25a25e17af62ea4f2940970330
Got Revision65dae4ad80b02f25a25e17af62ea4f2940970330
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 37 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-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5312 Build
codebase Build
got_revision 65dae4ad80b02f25a25e17af62ea4f2940970330 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 65dae4ad80b02f25a25e17af62ea4f2940970330 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Jun 26 19:37:43 2026
EndFri Jun 26 21:26:00 2026
Elapsed1 hrs, 48 mins, 16 secs

All Changes:

:

  1. Change #272959

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 19:01:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6d008352c667799beecb1ab1dfbc408c415d018c

    Comments

    cmake: replace deprecated `remove` command with `rm` and pass arg safely
    All curl-supported CMake versions support the modern method, along with
    the `--` marker.
    
    Also:
    - make sure to pass `-f` to not fail if the file is missing, as before
      this patch.
    - drop now redundant `OUTPUT_QUIET`, `ERROR_QUIET` and error handling
      in `cmake_uninstall`.
    - move filename to end of the error message for readability.
    - GHA/linux: test these two 'clean' targets in the aws-lc job.
    
    Refs:
    https://cmake.org/cmake/help/v4.4/manual/cmake.1.html#cmdoption-cmake-E-arg-remove
    https://cmake.org/cmake/help/v3.18/manual/cmake.1.html#run-a-command-line-tool
    
    Closes #22193

    Changed files

    • .github/workflows/linux.yml
    • CMake/cmake_uninstall.in.cmake
    • tests/certs/CMakeLists.txt
  2. Change #272960

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 19:02:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 65dae4ad80b02f25a25e17af62ea4f2940970330

    Comments

    cmake: stop probing unused `float.h` for `STDC_HEADERS`
    Also to sync up with current autotools, which stopped testing for it at
    one point.
    
    Follow-up to 4c5307b45655ba75ab066564afdc0c111a8b9291
    
    Closes #22191

    Changed files

    • CMake/CurlTests.c