Skip to content

Build system hardening and documentation updates

Choose a tag to compare

@zaga00 zaga00 released this 11 Apr 06:43
· 14 commits to main since this release

What's New

  • Enforced minimum OpenTelemetry C++ SDK version (>= 1.26.0) and ABI version 2 at configure time in both autotools and CMake build systems.
  • Required autoconf-archive as a build dependency with a clear error message when missing.
  • Made the bootstrap script abort on aclocal failure.
  • Commented out aws-lc and curl build steps in build-bundle.sh; users can re-enable them as needed.

Documentation

  • Added build script usage recommendations to README and README.md.
  • Documented default dependency configuration and SSL/curl requirements.
  • Updated AWS-LC paragraph to reflect current defaults.