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

Step back to ubuntu precise. #253

Merged
merged 1 commit into from
Sep 13, 2017
Merged

Conversation

draakhan
Copy link
Contributor

@draakhan draakhan commented Sep 9, 2017

Recently Travis CI introduced ubuntu:trusty as a default environment. Unfortunately, it has 2 issues which affects this repository:

  1. oraclejdk7 is no longer supported due to Oracle's withdrawal. See details: Trusty with oraclejdk7, ends with: ERROR: JAVA_HOME is set to an invalid directory: /usr/lib/jvm/java-7-oracle travis-ci/travis-ci#7884 and example failing build: https://travis-ci.org/DiUS/java-faker/jobs/273565200)
  2. openjdk7 is supported on trusty, however there is a problem with shading snakeyaml library caused by lack of SunEC provider. See details: 7u131 throws no such provider SunEC SSLException when running gradlew docker-library/openjdk#117 and example failing build https://travis-ci.org/DiUS/java-faker/jobs/273565202

Recently Travis CI introduced ubuntu:trusty as a default environment. Unfortunately, it has 2 issues which affects this repository:
1) oraclejdk7 is no longer supported due to Oracle's withdrawal. See details: travis-ci/travis-ci#7884 and example failing build: https://travis-ci.org/DiUS/java-faker/jobs/273565200)
2) openjdk7 is supported on trusty, however there is a problem with shading snakeyaml library caused by lack of SunEC provider. See details: docker-library/openjdk#117 and example failing build https://travis-ci.org/DiUS/java-faker/jobs/273565202
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.

2 participants