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

Builder curl-threaded-solaris11-i386 Build #3573

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 16 mins, 47 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 3573 Build
codebase Build
got_revision 80f9dd0eb853c3afe13ad036396cf3facc1c74be Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 80f9dd0eb853c3afe13ad036396cf3facc1c74be 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:

StartWed Jun 4 01:26:44 2025
EndWed Jun 4 05:18:51 2025
Elapsed3 hrs, 52 mins, 6 secs

All Changes:

:

  1. Change #231325

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 03 Jun 2025 23:36:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 80f9dd0eb853c3afe13ad036396cf3facc1c74be

    Comments

    cmake: enable `-std=gnu99` for Windows CE CeGCC
    To sync with autotools, which auto-detects this option and enables it by
    default.
    
    It also makes it possible to compile unsuffixed long long integer
    literals correctly, allowing to drop some legacy macros without bumping
    into build errors like:
    ```
    lib/vtls/schannel.c: In function 'schannel_send':
    lib/vtls/schannel.c:1815: error: integer constant is too large for 'long' type
    ```
    Ref: https://github.com/curl/curl/actions/runs/15374705821/job/43286736583?pr=17498#step:9:20
    
    Bug: https://github.com/curl/curl/pull/17498#issuecomment-2925507481
    Reported-by: Daniel Stenberg
    
    Closes #17523

    Changed files

    • CMakeLists.txt