File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 110
110
; ; graal:native-test - natively compile src and tests and run
111
111
112
112
:graal {:override-deps {org.clojure/clojure {:mvn/version " 1.11.1" }}
113
- :extra-deps {com.github.clj-easy/graal-build-time {:mvn/version " 0.1.4" }}}
113
+ :extra-deps {com.github.clj-easy/graal-build-time {:mvn/version " 1.0.5" }}}
114
+
114
115
115
116
:sci-test {:extra-paths [" target/generated/sci-test/src" ]
116
117
:extra-deps {lread/sci-test_{:git/url " https://github.com/lread/sci-test.git"
Original file line number Diff line number Diff line change 86
86
(let [native-image-cmd (->> [graal-native-image
87
87
(str " -H:Path=" target-path)
88
88
(str " -H:Name=" target-exe)
89
+ " --features=clj_easy.graal_build_time.InitClojureClasses"
89
90
" -H:+ReportExceptionStackTraces"
90
91
" -J-Dclojure.spec.skip-macros=true"
91
92
" -J-Dclojure.compiler.direct-linking=true"
You can’t perform that action at this time.
0 commit comments