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

Generate packages for more compiler versions on Linux #748

Open
kyllingstad opened this issue Nov 23, 2023 · 0 comments
Open

Generate packages for more compiler versions on Linux #748

kyllingstad opened this issue Nov 23, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@kyllingstad
Copy link
Member

Currently, we only do CI builds using GCC 9 on Linux. To make life easier for our users, we should expand the compiler selection and host a greater variety of packages on osp.jfrog.io.

If #747 gets merged, this will become way easier. It switches the Docker image used for build containers to conanio/<compiler><version>-ubuntu16-04, so it's just a matter of extending our build matrix.

I would suggest we build packages using both GCC and Clang and, say, the five most recent major versions of each compiler. We don't need to do this for every PR, just for the main branch. PR builds can be restricted to the oldest of the compiler versions to save time.

@kyllingstad kyllingstad added the enhancement New feature or request label Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant