-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update CMAKE to 3.22.1 for gitlab builds. #221
Conversation
Codecov Report
Additional details and impacted files@@ 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 |
@@ -29,7 +29,7 @@ ENV ANDROID_COMPILE_SDK 34 | |||
ENV ANDROID_BUILD_TOOLS 34.0.0 | |||
ENV ANDROID_SDK_TOOLS 10406996 | |||
ENV NDK_VERSION 21.3.6528147 | |||
ENV CMAKE_VERSION 3.10.2.4988404 | |||
ENV CMAKE_VERSION 3.22.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you probably want also to bump image version in .gitlab-ci.yml
, so that it is deployed and used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is that just changing this line from 6 to 7? Do I have to do anything else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, you need to change this line and then run image generation job (ci-image
) manually
8c2a5a3
to
5bc4c97
Compare
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)