Fix failing CI - #1801
Open
cromedome wants to merge 2 commits into
Open
Conversation
CI has been failing for some time now due to missing test dependencies in HTTP::XSCookies. I've submitted a PR for this at: gonzus/http-xscookies#11 But until it is merged, we'll not try to install it when running in CI. In working through this, other parts of our CI are woefully outdated, so brought those current too.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Our CI setup has been failing for a while. Mostly this was due to build failures in
HTTP:: XSCookies, but further investigation indicated that the problems ran deeper. Some of the Perl images we had been using were deprecated or simply non-existent, and some of our tools likedzilwere not available on older versions of Perl.This provides the most up-to-date CI file that I know how to provide. Until there's a newer release of
HTTP::XSCookies, we simply skip it when setting up to run CI. Once a new version has been published, we can remove the extra code in the YAML file that skips its installation. Both pull requests that I submitted have been merged, so hopefully this will not be a long wait. See these for reference: gonzus/http-xscookies#11 and gonzus/http-xscookies#12