-
Notifications
You must be signed in to change notification settings - Fork 14
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
Upgrade gtest: 1.13.0 -> 1.16.0 #1301
base: master
Are you sure you want to change the base?
Conversation
cscs-ci run |
7f22953
to
9242536
Compare
9242536
to
7cb3c2e
Compare
cscs-ci run |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #1301 +/- ##
=======================================
Coverage 95.07% 95.07%
=======================================
Files 141 141
Lines 8655 8655
Branches 1110 1110
=======================================
Hits 8229 8229
Misses 239 239
Partials 187 187 ☔ View full report in Codecov by Sentry. |
cscs-ci run |
GTest 1.13.0 have as minimum requirement CMake 3.5 which has been deprecated (moreover we were using it with a patch). Starting from 1.14.0 the requirement has been updated to CMake 3.13.
Since I didn't face any problem with the newest version, I opted for doing the full step. In case we'd see problems in the CI, we can always downscale the upgrade to one of the intermediate steps.