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

Builder curl-ares-solaris11-i386 Build #3575

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 11 mins, 40 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 3575 Build
codebase Build
got_revision 128c5ddc6b5b08926af5cb5c0263e2fc77d7e844 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 128c5ddc6b5b08926af5cb5c0263e2fc77d7e844 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:

StartSun Jun 8 13:07:13 2025
EndSun Jun 8 17:05:40 2025
Elapsed3 hrs, 58 mins, 26 secs

All Changes:

:

  1. Change #231627

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 08 Jun 2025 13:01:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 128c5ddc6b5b08926af5cb5c0263e2fc77d7e844

    Comments

    GHA: enclose `if` expressions in `${{ }}` where missing
    Enclosing expressions in `${{ }}` is optional, but sometimes required.
    It seems more straighforward to use it always rather than decide on
    a case-by-case basis. Before this patch 71 `if`s were enclosed and 49
    were not. Enclosing these makes it easy to grep and recognize these
    whereever used.
    
    https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/using-conditions-to-control-job-execution
    
    Closes #17550

    Changed files

    • .github/workflows/hacktoberfest-accepted.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/non-native.yml