We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-jdk17-integrate-community-build/153/
👍
Sorry, something went wrong.
https://scala-ci.typesafe.com/job/scala-2.13.x-jdk17-integrate-community-build/221/
presumably the runs will be green, if not I'll come back
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: