Skip to content

SDKMAN is broken in Travis #369

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

Closed
ashawley opened this issue Nov 21, 2019 · 3 comments · Fixed by #370
Closed

SDKMAN is broken in Travis #369

ashawley opened this issue Nov 21, 2019 · 3 comments · Fixed by #370

Comments

@ashawley
Copy link
Member

See #368

$ sdk install java $(sdk list java | grep -o "$ADOPTOPENJDK\.[0-9\.]*hs-adpt" | head -1)
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
@ashawley
Copy link
Member Author

Seems like Travis is moving towards this install-jdk.sh command for the Java system.

https://docs.travis-ci.com/user/languages/java/

It seems to support AdoptOpenJDK:

https://sormuras.github.io/blog/2018-06-22-jdk-matrix.html

@SethTisue
Copy link
Member

fyi @eed3si9n

@lrytz
Copy link
Member

lrytz commented Nov 22, 2019

We have a fix in scala/scala, but long term would like to factor out the sdk stuff (https://blog.travis-ci.com/2019-11-11-build-config-imports). Short-term, clearing all travis caches helps (I just did that).

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 a pull request may close this issue.

3 participants