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

remove ubuntu18 from builds #214

Merged
merged 3 commits into from
Aug 24, 2023
Merged

Conversation

ericpassmore
Copy link
Contributor

Summary

Removed ubuntu18 from builds, as we no longer support this version for CDT. Removing unbuntu18 allows us to proceed with additional upgrades and support later versions of c++, llvm, and clang/gcc.

Changes

in build.yaml removed unbuntu18 from list of builds and removed unbuntu18 specific compatibility steps.

Resolves #213

Copy link
Member

@spoonincode spoonincode left a comment

Choose a reason for hiding this comment

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

also remove

{
"ubuntu18": {
"dockerfile": ".cicd/platforms/ubuntu18.Dockerfile"
},

and the file it is pointing to

.github/workflows/build.yaml Show resolved Hide resolved
@spoonincode
Copy link
Member

also remove the .cicd/platforms/ubuntu18.Dockerfile file

@ericpassmore ericpassmore merged commit a46c482 into main Aug 24, 2023
@ericpassmore ericpassmore deleted the ehp/gh-18-remove-ubunutu18-builds branch August 24, 2023 14:31
@ericpassmore ericpassmore added this to the CDT 4.1.0-rc1 milestone Dec 21, 2023
@ericpassmore
Copy link
Contributor Author

Note:start
group: RELEASE
category: CHORE
summary: Remove ubuntu-18 from CICD build and test.
Note:end

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.

Remove Ubunutu 18 from GitActions
3 participants