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

set dist trusty for old perls #279

Merged
merged 1 commit into from Aug 3, 2019
Merged

set dist trusty for old perls #279

merged 1 commit into from Aug 3, 2019

Conversation

skaji
Copy link
Member

@skaji skaji commented Aug 3, 2019

It seems that the default ubuntu version in travis ci has changed from trusty to xenial.
Then, because old perls for xenial are not available, travis ci is failing with current master branch.

❯ for ubuntu_version in 14.04 16.04; do for perl_version in 5.8 5.10 5.12 5.14 5.16 5.18 5.20 5.22 5.24 5.26 5.28 5.30; do printf "ubuntu_version %s, perl_version %4s, http_status %d\n" $ubuntu_version $perl_version $(curl -X HEAD -w '%{http_code}\n' -s https://storage.googleapis.com/travis-ci-language-archives/perl/binaries/ubuntu/$ubuntu_version/x86_64/perl-$perl_version.tar.bz2); done; done
ubuntu_version 14.04, perl_version  5.8, http_status 200
ubuntu_version 14.04, perl_version 5.10, http_status 200
ubuntu_version 14.04, perl_version 5.12, http_status 200
ubuntu_version 14.04, perl_version 5.14, http_status 200
ubuntu_version 14.04, perl_version 5.16, http_status 200
ubuntu_version 14.04, perl_version 5.18, http_status 200
ubuntu_version 14.04, perl_version 5.20, http_status 200
ubuntu_version 14.04, perl_version 5.22, http_status 200
ubuntu_version 14.04, perl_version 5.24, http_status 200
ubuntu_version 14.04, perl_version 5.26, http_status 200
ubuntu_version 14.04, perl_version 5.28, http_status 200
ubuntu_version 14.04, perl_version 5.30, http_status 200
ubuntu_version 16.04, perl_version  5.8, http_status 404
ubuntu_version 16.04, perl_version 5.10, http_status 404
ubuntu_version 16.04, perl_version 5.12, http_status 404
ubuntu_version 16.04, perl_version 5.14, http_status 404
ubuntu_version 16.04, perl_version 5.16, http_status 404
ubuntu_version 16.04, perl_version 5.18, http_status 404
ubuntu_version 16.04, perl_version 5.20, http_status 404
ubuntu_version 16.04, perl_version 5.22, http_status 200
ubuntu_version 16.04, perl_version 5.24, http_status 200
ubuntu_version 16.04, perl_version 5.26, http_status 200
ubuntu_version 16.04, perl_version 5.28, http_status 200
ubuntu_version 16.04, perl_version 5.30, http_status 200

Let's use dist: trusty for now.

See also https://travis-ci.community/t/failure-with-perl-5-16-5-18-5-20/2458

@coveralls
Copy link

Pull Request Test Coverage Report for Build 264

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.711%

Totals Coverage Status
Change from base Build 259: 0.0%
Covered Lines: 725
Relevant Lines: 782

💛 - Coveralls

@oalders oalders merged commit 3ab8d43 into master Aug 3, 2019
@oalders oalders deleted the dist-trusty branch August 3, 2019 16:29
@skaji
Copy link
Member Author

skaji commented Mar 27, 2020

It looks like some old perls for 16.04 are available now

❯ for ubuntu_version in 14.04 16.04; do for perl_version in 5.8 5.10 5.12 5.14 5.16 5.18 5.20 5.22 5.24 5.26 5.28 5.30; do printf "ubuntu_version %s, perl_version %4s, http_status %d\n" $ubuntu_version $perl_version $(curl -X HEAD -w '%{http_code}\n' -s https://storage.googleapis.com/travis-ci-language-archives/perl/binaries/ubuntu/$ubuntu_version/x86_64/perl-$perl_version.tar.bz2); done; done
ubuntu_version 14.04, perl_version  5.8, http_status 200
ubuntu_version 14.04, perl_version 5.10, http_status 200
ubuntu_version 14.04, perl_version 5.12, http_status 200
ubuntu_version 14.04, perl_version 5.14, http_status 200
ubuntu_version 14.04, perl_version 5.16, http_status 200
ubuntu_version 14.04, perl_version 5.18, http_status 200
ubuntu_version 14.04, perl_version 5.20, http_status 200
ubuntu_version 14.04, perl_version 5.22, http_status 200
ubuntu_version 14.04, perl_version 5.24, http_status 200
ubuntu_version 14.04, perl_version 5.26, http_status 200
ubuntu_version 14.04, perl_version 5.28, http_status 200
ubuntu_version 14.04, perl_version 5.30, http_status 200
ubuntu_version 16.04, perl_version  5.8, http_status 404
ubuntu_version 16.04, perl_version 5.10, http_status 404
ubuntu_version 16.04, perl_version 5.12, http_status 404
ubuntu_version 16.04, perl_version 5.14, http_status 200
ubuntu_version 16.04, perl_version 5.16, http_status 200
ubuntu_version 16.04, perl_version 5.18, http_status 200
ubuntu_version 16.04, perl_version 5.20, http_status 200
ubuntu_version 16.04, perl_version 5.22, http_status 200
ubuntu_version 16.04, perl_version 5.24, http_status 200
ubuntu_version 16.04, perl_version 5.26, http_status 200
ubuntu_version 16.04, perl_version 5.28, http_status 200
ubuntu_version 16.04, perl_version 5.30, http_status 200

@oalders
Copy link
Member

oalders commented Mar 27, 2020

Great! Let's see what happens with #294. :)

@skaji
Copy link
Member Author

skaji commented Mar 27, 2020

Oh, no. 5.8, 5.10, 5.12 for ubuntu 16.04 are still missing.

@oalders
Copy link
Member

oalders commented Mar 27, 2020

There has been some progress on travis-perl-helpers lately. Perhaps everything will magically "just work"?

@skaji
Copy link
Member Author

skaji commented Mar 27, 2020

OK. Let's see how it goes:)

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.

None yet

3 participants