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

Builder curl-ares-solaris11-sparc Build #4079

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Jun 19 20:52:09 2025
EndThu Jun 19 21:35:33 2025
Elapsed43 mins, 24 secs

All Changes:

:

  1. Change #237065

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Jun 2025 20:41:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 171b62375965fbf5f02e66f587a83043059ae41a

    Comments

    cmake: build `stubgss` library for libtests to match autotools
    Used by test 2056 and 2057, in a way that's Linux- & autotools-specific.
    This patch builds it for all Unix, syncing cmake with autotools.
    
    Adapt the two tests to find the library in CMake builds as well.
    
    Tested OK on Linux. (CI does not test this. The corresponding jobs build
    in debug mode, while the `LD_PRELOAD` feature is locked to non-debug.)
    
    On macOS it didn't load without building everything for aarch64e arch:
    "../bld/tests/libtest/libstubgss.dylib' (mach-o file, but is
    an incompatible architecture (have 'arm64', need 'arm64e'))"
    With that fixed it still did not load correctly and/or the tests did not
    pass. So, for macOS these tests remain disabled.
    
    Also:
    - GHA/macos: build for aarch64e. (recognized by Apple clang as of this
      patch. llvm and gcc fall back to aarch64.)
    
    Follow-up to 56d949d31ad182a22bd3bad25b1a902b635d549d #1687
    
    Closes #17653

    Changed files

    • .github/workflows/macos.yml
    • tests/data/test2056
    • tests/data/test2057
    • tests/libtest/CMakeLists.txt
    • tests/libtest/Makefile.am
    • tests/libtest/Makefile.inc
    • tests/runtests.pl