Skip to content
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

Update Docker image #339

Merged
merged 8 commits into from
Nov 21, 2020
Merged

Update Docker image #339

merged 8 commits into from
Nov 21, 2020

Conversation

DanRStevens
Copy link
Member

@DanRStevens DanRStevens commented Nov 20, 2020

Update the Docker image for CircleCI builds.

  • Change base image to Ubuntu 20.04
  • Update Google Test to v1.10.0

The change allows deprecation warnings to be seen for the newer version of Google Test.

The update also reveals some path handling changes related to the <filesystem> header. (Edit: See #340, and #341).

This should reduce the number of layers in the final image.
The "googletest" source package contains both Google Test and Google
Mock, though the binary packages are split.
There's been some package shuffling for the Google Test library.
Previously the "libgtest-dev" package had source code, with no compiled
library binary. Projects would compile the library from source, using
compile flags that matched the project. Now there is a "googletest"
package for the source, and "libgtest-dev" and "libgmock-dev" contain
compiled library binaries. We are now using the compiled binary
packages, even though those package names used to refer to source
packages.
@DanRStevens
Copy link
Member Author

Merging in #341 to master and rebased on that to avoid test failures, hence the forced push.

@DanRStevens DanRStevens merged commit 52aa45c into master Nov 21, 2020
@DanRStevens DanRStevens deleted the updateDockerImage branch November 21, 2020 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant