-
Notifications
You must be signed in to change notification settings - Fork 12
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
Build failed when trying build with graalvm-ce-java11-19.3.0 #47
Comments
Thanks for the report. Use java8 for the time being. I will try it with java 11 when I get a chance. Just curious as to the reason to compile it against graal java 11? Just to be up to date? |
No particular reason really. But just happen to download it first. Now I am back to use Java 8 and it works perfectly. |
Have recreated this. And narrowed it down to this piece of code inside clojure that is triggering it: https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/Reflector.java#L49 |
I have a working branch for babashka and sci with jdk11. The workarounds are:
With these two fixes it should work. See: https://github.com/borkdude/sci/compare/jdk11 JDK11 is work in progress for babashka. The only remaining issue is packaging |
Fixed in v0.1.8 |
First of all, thanks for the great project.
When trying to build with
graalvm-ce-java11-19.3.0
on OSX it seems to be error.It works perfectly when trying with
graalvm-ce-java8-19.3.0
.I will add the stacktrace of the problem once I have test this again soon.
This is the result of running the following command:
My environment:
(https://github.com/agilecreativity/swiza-httpbin)
The relevant error logs:
The text was updated successfully, but these errors were encountered: