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

Add blocker if cPanel is not running version 110 #343

Merged
merged 2 commits into from
Jan 11, 2024
Merged

Conversation

cPholloway
Copy link
Contributor

This is the last version to support c7, so we want to fix this script to only run on this version. This will minimize testing and risk moving forward.

Fixes #337

By submitting pull requests to this repo, I agree to the Contributor License Agreement which can be found at: https://github.com/cpanel/elevate/blob/main/docs/cPanel-CLA.pdf

@cPholloway cPholloway requested a review from toddr January 10, 2024 17:40
@toddr
Copy link
Member

toddr commented Jan 10, 2024

Please update the changelog file with a line indicating what happened in this change.

This is the last version to support c7, so we want to fix this script to
only run on this version.  This will minimize testing and risk moving
forward.

Fixes cpanel#337
@cPholloway
Copy link
Contributor Author

This is currently blocked by the CI we have in place. The container that the CI uses is based on 102/Perl 5.32.0. We will need to update the CI to use a container based on 110/Perl 5.36.0. Unfortunately, that container does not yet exist so we will need to build it in the container project that we use:

https://github.com/cpanel/docker-perl-compiler/tree/perl-v5.32.0

I am going to move on to 336 for now and revisit how to make the new container once 336 is fixed.

@atoomic
Copy link
Collaborator

atoomic commented Jan 11, 2024

I re-ran the job after updating the container for Perl v.5.36.0 and it passes :-)

@toddr toddr merged commit 8c5f252 into cpanel:main Jan 11, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add blocker if cPanel is not running version 110 (last version to support C7)
3 participants