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

Builder curl-threaded-solaris11-sparc Build #2900

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

StartFri Sep 20 02:28:35 2024
EndFri Sep 20 02:58:05 2024
Elapsed29 mins, 30 secs

All Changes:

:

  1. Change #208092

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 20 Sep 2024 02:13:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8439007fe56a15e1c8e562edff1238fd99305ff8

    Comments

    GHA: keep default pkgconf, do not replace with pkg-config on Linux
    Ubuntu has the `pkgconf` package installed by default that implements
    the `pkg-config` command. Switch CI `apt` commands over to `pkgconf`
    to avoid replacing it in every job run.
    
    Avoids:
    ```
    The following packages will be REMOVED:
      pkgconf r-base-dev
    The following NEW packages will be installed:
      [...] pkg-config [...]
    ```
    https://github.com/curl/curl/actions/runs/10949915766/job/30404126342?pr=14972#step:2:20
    
    Closes #14974

    Changed files

    • .github/workflows/awslc.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • .github/workflows/linux32.yml
    • .github/workflows/torture.yml
    • .github/workflows/wolfssl.yml