gianm commented on pull request #12309: URL: https://github.com/apache/druid/pull/12309#issuecomment-1062015519
All the non-jdk15 builds are passing. The jdk15 builds are failing with this error: ``` Installing openjdk15 $ export JAVA_HOME=~/openjdk15 $ export PATH="$JAVA_HOME/bin:$PATH" $ ~/bin/install-jdk.sh --target "/home/travis/openjdk15" --workspace "/home/travis/.cache/install-jdk" --feature "15" --license "GPL" --cacerts Ignoring license option: GPL -- using GPLv2+CE by default install-jdk.sh 2020-06-02 Couldn't determine a download url for 15-GPL on linux-x64 The command "~/bin/install-jdk.sh --target "/home/travis/openjdk15" --workspace "/home/travis/.cache/install-jdk" --feature "15" --license "GPL" --cacerts" failed and exited with 1 during . Your build has been stopped. ``` Something similar seems to be afflicting other people as well: https://travis-ci.community/t/update-install-jdk-sh-with-the-new-revision/12761 I don't think anything in this patch would have broken jdk15 compatibility. I'm thinking of merging it anyway while we wait to see if this issue with Travis resolves itself. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
