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

Move the JDK 17 build off early-access, onto 17 final #1492

Closed
SethTisue opened this issue Sep 28, 2021 · 3 comments
Closed

Move the JDK 17 build off early-access, onto 17 final #1492

SethTisue opened this issue Sep 28, 2021 · 3 comments

Comments

@SethTisue
Copy link
Member

SethTisue commented Sep 28, 2021

sequel to #1432

on all 3 behemoths,

  • cd /usr/lib/jvm
  • sudo rm java-17-openjdk-x64
  • sudo curl -O -L 'https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17%2B35/OpenJDK17-jdk_x64_linux_hotspot_17_35.tar.gz'
  • sudo dtrx -n OpenJDK17-jdk_x64_linux_hotspot_17_35.tar.gz
  • sudo rm OpenJDK17-jdk_x64_linux_hotspot_17_35.tar.gz
  • sudo chmod -R go+rX OpenJDK17-jdk_x64_linux_hotspot_17_35
  • sudo ln -s OpenJDK17-jdk_x64_linux_hotspot_17_35/jdk-17+35 java-17-openjdk-x64
  • ./java-17-openjdk-x64/bin/java -version
openjdk version "17" 2021-09-14
OpenJDK Runtime Environment Temurin-17+35 (build 17+35)
OpenJDK 64-Bit Server VM Temurin-17+35 (build 17+35, mixed mode, sharing)
@SethTisue
Copy link
Member Author

https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-jdk17-integrate-community-build/153/

openjdk version "17" 2021-09-14
OpenJDK Runtime Environment Temurin-17+35 (build 17+35)
OpenJDK 64-Bit Server VM Temurin-17+35 (build 17+35, mixed mode, sharing)

👍

@SethTisue
Copy link
Member Author

https://scala-ci.typesafe.com/job/scala-2.13.x-jdk17-integrate-community-build/221/

openjdk version "17" 2021-09-14
OpenJDK Runtime Environment Temurin-17+35 (build 17+35)
OpenJDK 64-Bit Server VM Temurin-17+35 (build 17+35, mixed mode, sharing)

👍

@SethTisue
Copy link
Member Author

presumably the runs will be green, if not I'll come back

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

No branches or pull requests

1 participant