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

openjdk 9 is causing a Travis build error, omitted until further investigation. #168

Open
vodorok opened this issue Jul 4, 2019 · 0 comments
Labels

Comments

@vodorok
Copy link
Collaborator

vodorok commented Jul 4, 2019

installing openjdk 9 on the Travis vm errors the build.
openjdk9 and 10 is working with the provided fix. oraclejdk9 is also working.

Related job: https://travis-ci.org/Ericsson/CodeCheckerEclipsePlugin/jobs/554230748
Attached stacktrace from Travis log:

Installing openjdk9 $ export JAVA_HOME=~/openjdk9 $ export PATH="$JAVA_HOME/bin:$PATH" $ ~/bin/install-jdk.sh --target "/home/travis/openjdk9" --workspace "/home/travis/.cache/install-jdk" --feature "9" --license "GPL" --cacerts Ignoring license option: GPL -- using GPLv2+CE by default install-jdk.sh 2019-07-02-II Variables: feature = 9 license = GPL os = linux-x64 // os_name=linux os_arch=x64 url = https://api.adoptopenjdk.net/v2/binary/releases/openjdk9?type=jdk&os=linux&arch=x64&release=latest&heap_size=normal&openjdk_impl=hotspot status = 302 Downloading JDK from https://api.adoptopenjdk.net/v2/binary/releases/openjdk9?type=jdk&os=linux&arch=x64&release=latest&heap_size=normal&openjdk_impl=hotspot... Using custom target: /home/travis/openjdk9 ln: failed to create symbolic link ‘/home/travis/openjdk9/lib/security/cacerts’: No such file or directory The command "~/bin/install-jdk.sh --target "/home/travis/openjdk9" --workspace "/home/travis/.cache/install-jdk" --feature "9" --license "GPL" --cacerts" failed and exited with 1 during . Your build has been stopped.

@vodorok vodorok added the bug label Jul 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant