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

Drop support for building core on Ubuntu Bionic and add support for building it on Jammy. #176

Merged
merged 4 commits into from
Dec 5, 2023

Conversation

kirkrodrigues
Copy link
Member

Description

#131 requires building with gcc 10 whereas Ubuntu Bionic's package manager doesn't have gcc 10. We could build gcc 10 from source on Bionic but since Bionic reached end of life over 6 months ago, it seems prudent to drop support for building on it.

This PR also adds support for building on Ubuntu Jammy (22.04).

Validation performed

Workflows passed.

README.md Outdated
1. Docker Image `clp/clp-core-dependencies-x86-ubuntu-jammy`
- A docker image containing all the necessary dependencies to build CLP core in an Ubuntu Jammy x86 environment
2. Docker Image `clp/clp-core-dependencies-x86-ubuntu-focal`
- A docker image containing all the necessary dependencies to build CLP core in an Ubuntu Focal x86 environment
Copy link
Contributor

@SharafMohamed SharafMohamed Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is an extra space before the -

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

@kirkrodrigues kirkrodrigues merged commit 81aa40c into y-scope:main Dec 5, 2023
@kirkrodrigues kirkrodrigues deleted the update-os-support branch December 5, 2023 21:18
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.

2 participants