-
Notifications
You must be signed in to change notification settings - Fork 59
add JDK 17 build #1432
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
Comments
👍 thank you, this is the perfect time to start testing 17. |
this is great! looking forward to start using the newer JVMs. |
2.13.x core is green. I will dig into the specific failures 2.12.x core fails with some lambda deserialization problem. I've opened a separate ticket on it: scala/bug#12419 |
Jason fixed the deserialization thing, so the 2.12.x core is now green too (on 2.12.15-bin-b2b8816) |
2.13.x status as of this run: all four repos are running afoul of https://openjdk.java.net/jeps/403, resulting in I will mark them as expected-to-fail.
I suspect it would be possible for me to make them pass by replacing |
Thanks @SethTisue . |
declaring victory here. we'll want to ship 2.12.15 before too much longer, in order to get the serialization fix out |
2.12.15 planning thread: https://contributors.scala-lang.org/t/scala-2-12-15-planning/5152 |
(...and drop 16, presumably)
JDK 17 is now feature-complete and the final release lands in September, so now is a good time for this
The current JDK 17 build is "Build 26 (2021/6/11)".
using #1352 as a guide to steps needed:
cd /usr/lib/jvm
sudo curl -O -L 'https://download.java.net/java/early_access/jdk17/26/GPL/openjdk-17-ea+26_linux-x64_bin.tar.gz'
sudo dtrx -n openjdk-17-ea+26_linux-x64_bin.tar.gz
sudo rm openjdk-17-ea+26_linux-x64_bin.tar.gz
sudo chmod -R go+rX openjdk-17-ea+26_linux-x64_bin
sudo ln -s openjdk-17-ea+26_linux-x64_bin java-17-openjdk-x64
./java-17-openjdk-x64/jdk-17/bin/java -version
-jdk17-
jobs (on 2.12.x and 2.13.x) with JDK version set appropriatelyscripts/Report.scala
(both branches)open a separate ticket on gradually getting more projects green?-jdk16-
jobs-jdk16-
workspace directoriesThe text was updated successfully, but these errors were encountered: