Update install build tools to manually install both #29
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
GTest and CMake to avoid version issues accross different ubuntu distributions
PR Details
Description
Update carma-builds images to install fixed versions of CMake and google test to avoid version conflicts caused by apt install in different ubuntu distributions.
Related GitHub Issue
Related Jira Key
CDAR-389
Motivation and Context
Install both CMake and GTest without apt, manually to ensure that all debian distro base images share the same version. This is all in an effort to create carma-build images for bionic to allow stol apt debian packages to be available for services built of ubuntu bionic distribution. Specifically for VRU UC 1 we need a new CARMA Streets service called the Sensor Data Sharing Service to have access to our carma-time-lib library and to have lanelet2 installed which we currently have only implemented from a bionic base image for carma-streets services.
How Has This Been Tested?
CI/CD and local docker builds
Types of changes
Checklist: