-
Notifications
You must be signed in to change notification settings - Fork 7
Several CI fixes #98
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
base: main
Are you sure you want to change the base?
Several CI fixes #98
Conversation
|
Could someone please rerun checks? I believe this is an another accidental fall for no known reason yet. BTW, the end of Java 11 support is coming. I'm wondering if JJava should drop its support anytime soon. |
|
Restarted. FWIW, the failure was on java 21. End of Java 11 support is only about the Oracle distro (that almost nobody is using). I think it is reasonable to keep supporting Java 11 for the kernel for a few more years. Perhaps, we'll bump it up to 21 in JJava 2.0 |
|
And now it failed on Windows. |
Disabled for Windows Server (CI) cause its windows containers are not supported by Testcontainers.
|
Unfortunately, Testcontainers does not support the |
EOL makes jupyter console wait for additional input sometimes
|
Hm, one task is already running for more than hour, seems like something is still wrong: https://github.com/dflib/jjava/actions/runs/18777118744/job/53574198684?pr=98 |
ae70cce to
6d26c54
Compare
ce74521 to
923d637
Compare
`jupyter console` isn't designed for batch execution, some CLI emulation is needed
What does this PR do?
Fixes #63.