I created a PR(#185) but found that the CI build failed. The failed jobs are openjdk6 and oraclejdk7 test. It seems the test environment does not have jdk6 and jdk7 installed. I found these in logs:
$ jdk_switcher use openjdk6
Switching to OpenJDK6 (java-1.6.0-openjdk-amd64), JAVA_HOME will be set to /usr/lib/jvm/java-6-openjdk-amd64
update-java-alternatives: directory does not exist: /usr/lib/jvm/java-1.6.0-openjdk-amd64
$ jdk_switcher use oraclejdk7
Switching to Oracle JDK7 (java-7-oracle), JAVA_HOME will be set to /usr/lib/jvm/java-7-oracle
update-java-alternatives: directory does not exist: /usr/lib/jvm/java-7-oracle
Hi @manolama,
I created a PR(#185) but found that the CI build failed. The failed jobs are openjdk6 and oraclejdk7 test. It seems the test environment does not have jdk6 and jdk7 installed. I found these in logs:
Is it normal for all PRs?
Thanks