DataDog / dd-sdk-android-gradle-plugin

The Datadog Gradle Plugin for Android
Apache License 2.0
14 stars 9 forks source link

chore: Update CMAKE to 3.22.1 for gitlab builds. #221

Closed fuzzybinary closed 6 months ago

fuzzybinary commented 6 months ago

What does this PR do?

Some plugin builds are failing because we're missing CMAKE 3.22.1. Update the Dockerfile so that CMAKE 3.22.1 is always installed.

Review checklist (to be filled by reviewers)

codecov-commenter commented 6 months ago

Codecov Report

Merging #221 (8c2a5a3) into develop (5895876) will increase coverage by 0.15%. The diff coverage is n/a.

:exclamation: Current head 8c2a5a3 differs from pull request most recent head 5bc4c97. Consider uploading reports for the commit 5bc4c97 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #221 +/- ## ============================================= + Coverage 78.05% 78.20% +0.15% - Complexity 186 187 +1 ============================================= Files 22 22 Lines 665 665 Branches 85 85 ============================================= + Hits 519 520 +1 Misses 116 116 + Partials 30 29 -1 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/DataDog/dd-sdk-android-gradle-plugin/pull/221/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataDog)