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

Find good standard recommendations for Gitlab CI testing Docker images #31

Open
dokempf opened this issue Dec 14, 2020 · 2 comments · May be fixed by #94
Open

Find good standard recommendations for Gitlab CI testing Docker images #31

dokempf opened this issue Dec 14, 2020 · 2 comments · May be fixed by #94
Labels
question Further information is requested

Comments

@dokempf
Copy link
Member

dokempf commented Dec 14, 2020

I am currently using conanio:{gcc9, clang10}, but they are based on Ubuntu 19.10, so you cannot run apt update anymore and will not be able to install additional packages.

@dokempf dokempf added the question Further information is requested label Dec 14, 2020
@dokempf
Copy link
Member Author

dokempf commented Dec 15, 2020

Additional problem here: In what image can coverage testing be done best? I encountered lcov-related failures with gcc >= 8. I am currently usingthe image gcc:7, but its setup regarding sudo is slightly different from the conanio:... images which prevents code reuse for e.g. installation of upstream dependencies.

@dokempf
Copy link
Member Author

dokempf commented Jul 13, 2022

I researched this once more and again ended up with the conanio images. I updated to recent versions and wrote a note about them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant