Skip to content

Commit b8c4df1

Browse files
authored
test: bump graal-build-time (#241)
1 parent f74d28d commit b8c4df1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

deps.edn

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@
110110
;; graal:native-test - natively compile src and tests and run
111111

112112
: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+
114115

115116
:sci-test {:extra-paths ["target/generated/sci-test/src"]
116117
:extra-deps {lread/sci-test_{:git/url "https://github.com/lread/sci-test.git"

script/helper/graal.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
(let [native-image-cmd (->> [graal-native-image
8787
(str "-H:Path=" target-path)
8888
(str "-H:Name=" target-exe)
89+
"--features=clj_easy.graal_build_time.InitClojureClasses"
8990
"-H:+ReportExceptionStackTraces"
9091
"-J-Dclojure.spec.skip-macros=true"
9192
"-J-Dclojure.compiler.direct-linking=true"

0 commit comments

Comments
 (0)