My build is failing because https://storage.googleapis.com/travis-ci-language-archives/perl/binaries/ubuntu/18.04/x86_64/perl-5.28.tar.bz2 is not available. 5.26 and 5.30, however, are working just fine.
Additionally, the documentation page for bionic does not have a section about Perl version support.
Oh, I see. There is a tooling issue and 5.28 is not available yet. 5.28.2 should be.
I’ll look into the tooling problem in the near future.
marked
February 18, 2020, 7:12pm
4
Seeing the same thing as GPHemsley. Could I see your failed build logs? I’ve having the opposite result though.
This the most concerning part to me is the environment’s version setup steps are not failing the build when it encounters install errors.
https://travis-ci.com/marked/mojo/jobs/287159643
5.28 is missing Ok, but then it goes on to test 5.26.
marked
February 23, 2020, 12:39am
5
I can’t get 5.28.2 to work either.
https://travis-ci.com/marked/mojo/jobs/290092145
Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/perl/binaries/ubuntu/18.04/x86_64/perl-5.28.2.tar.bz2
curl: (22) The requested URL returned error: 404
$ sudo tar xjf perl-5.28.2.tar.bz2 --directory /
tar (child): perl-5.28.2.tar.bz2: Cannot open: No such file or directory
Indeed, it appears to go on to use the default installed Perl (5.26.1) when the installation of 5.28 fails – except this doesn’t kill the build. My build only fails for a different reason: https://travis-ci.org/GPHemsley/WHATWG-URL/jobs/650790957
Looks like this is fixed now!