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

Builder curl-threaded-solaris11-sparc Build #6139

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 24 mins, 3 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 6139 Build
codebase Build
got_revision 7d5398f764ebed25da3bf75afc5384b2a7893399 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7d5398f764ebed25da3bf75afc5384b2a7893399 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Jul 30 01:25:35 2026
EndThu Jul 30 02:06:59 2026
Elapsed41 mins, 24 secs

All Changes:

:

  1. Change #276512

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 30 Jul 2026 02:59:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7d5398f764ebed25da3bf75afc5384b2a7893399

    Comments

    build: fix HTTPSIG option for unsupported TLS backends
    Show a warning and force-disable HTTPSIG when the TLS backend is not
    OpenSSL or wolfSSL. Before this patch this resulted in a mismatched
    feature list in configure and `curl -V`.
    
    Also enable HTTPSIG in more CI jobs to cover unsupported ones, Windows
    compilers, clang-tidy, cmake.
    
    Follow-up to a55731050e8c3dbea0b96205cf916443118f6acb #22386 #21239
    Cherry-picked from #22437
    
    Closes #22439

    Changed files

    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/windows.yml
    • CMakeLists.txt
    • appveyor.sh
    • configure.ac