-
Notifications
You must be signed in to change notification settings - Fork 24
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
CI: update dependency and Perl versions #1140
Conversation
Zonemaster-Engine relies on Mail::SPF and there is a bug preventing its installation from cpanm. See Zonemaster-Engine commit `3ac72b0c` and/or pull request <zonemaster/zonemaster-engine#1287> for more information on this.
Looks fine. Might as well update the distribution version; right now, it’s still using Bionic (i.e. 18.04 LTS) and Focal (20.04 LTS) instead of Jammy (22.04 LTS). |
Better. But I wonder why Travis fails and why we can’t have the logs. |
Unless I misunderstood you, you can see the logs in the usual "Checks" tab (https://github.com/zonemaster/zonemaster-backend/pull/1140/checks) and then clicking on any job number in the "Jobs and stages" section. Right now this check is failing because Basic00 has just been removed in the develop branch of Engine and #1132 (which removes its usage in Backend) is not yet merged. |
There might be an access issue, because all I see when I follow your steps (which is, incidentally, exactly what I tried) is this: |
I'm not currently logged into Travis (AFAICT) and I can see the Job log. Maybe they were having problem that's been fixed?
|
It seems unlikely, because I still can’t see those logs. |
Weird. I'm able to read it in a private browser window, so it seems unlikely to me that it's access related. Could it be some browser extension interfering? |
Oh, excellent suggestion! Using a private browser window works for me as well. In a non-private browser window, I then deleted all local storage in |
After clearing the cookies for |
Purpose
This PR adds a missing dependency and updates the Perl versions for Travis CI.
Context
zonemaster/zonemaster-engine#1305
zonemaster/zonemaster-engine#1287
Changes
How to test this PR
Travis should pass.