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

Builder curl-ares-solaris11-i386 Build #4281

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

StartWed Dec 10 22:38:11 2025
EndWed Dec 10 22:42:23 2025
Elapsed4 mins, 11 secs

All Changes:

:

  1. Change #251790

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 10 Dec 2025 22:29:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8db0e286b363ad788d6dc0779d605b83c7ed4caf

    Comments

    autotools: tidy-up `if` expressions
    - drop x-hacks for curl internal variables and certain autotools ones
      that do not hold custom values.
    - make x-hacks consistently use `"x$var" = "xval"` style.
    - add a few x-hacks for input/external variables that may hold custom
      values.
    - prefer `-z` and `-n` to test empty/non-empty.
      This also makes some x-hacks unnecessary.
    - optimized negated test `-z` and `-n` options.
    - prefer `&&` and `||` over `-a` and `-o`.
      For better POSIX compatibility:
      https://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html
    - quote variables passed to `test`, where missing.
    - quote string literals in comparisons.
    - fix some indentation, whitespace.
    
    Note that a few `case` statements also use the x-hack, which looks
    unnecessary. This patch does not change them.
    
    Verified by comparing feature detection results with a reference CI run
    from before this patch (PR #19922).
    
    Refs:
    https://www.shellcheck.net/wiki/SC2268
    https://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html
    https://www.vidarholen.net/contents/blog/?p=1035
    https://mywiki.wooledge.org/BashPitfalls#A.5B_.24foo_.3D_.22bar.22_.5D
    
    Closes #18189

    Changed files

    • acinclude.m4
    • configure.ac
    • curl-config.in
    • docs/libcurl/libcurl.m4
    • m4/curl-amissl.m4
    • m4/curl-apple-sectrust.m4
    • m4/curl-compilers.m4
    • m4/curl-confopts.m4
    • m4/curl-functions.m4
    • m4/curl-gnutls.m4
    • m4/curl-mbedtls.m4
    • m4/curl-openssl.m4
    • m4/curl-rustls.m4
    • m4/curl-schannel.m4
    • m4/curl-sysconfig.m4
    • m4/curl-wolfssl.m4
    • m4/xc-lt-iface.m4
    • m4/xc-val-flgs.m4
    • m4/zz40-xc-ovr.m4