opentelemetry-cpp icon indicating copy to clipboard operation
opentelemetry-cpp copied to clipboard

[CI] unpin cmake in ci and devcontainer

Open marcalff opened this issue 4 months ago • 0 comments

See related:

  • #3334
  • #3336

Now that github downgraded the CMake version from 4.0 in the affected images, the work around to pin cmake to 3.31.6 is no longer needed.

Please do a partial rollback only:

  • do not invoke setup_cmake from workflow/ci.yml
  • preserve the setup_cmake scripts in ci

We might need the scripts again later.

marcalff avatar Jun 14 '25 09:06 marcalff