Skip to:
I have a command line tool that benefits greatly from the ability to be compiled into a native executable. It works fine with Clojure 1.9 but doesn't compile with Clojure 1.10
I narrowed down the issue and made a reproduction project: broken (Clojure 1.10) build log working (Clojure 1.9) build log diff
Error log with-H:+ReportExceptionStackTraces in attachment.
docker
Comment made by: jare
OK. Thx.
Apparently Docker hub logs aren't public anymore. At least not failed one. So I'll link them here:
Clojure 1.9 logClojure 1.10 log
This is a dupe of the issue in if you want to add info there.
I have a command line tool that benefits greatly from the ability to be compiled into a native executable. It works fine with Clojure 1.9 but doesn't compile with Clojure 1.10
I narrowed down the issue and made a reproduction project:
broken (Clojure 1.10) build log
working (Clojure 1.9) build log
diff
Error log with-H:+ReportExceptionStackTraces in attachment.