Skip to content

Commit

Permalink
test: bump graal-build-time (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
lread authored Aug 2, 2023
1 parent f74d28d commit b8c4df1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@
;; graal:native-test - natively compile src and tests and run

:graal {:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
:extra-deps {com.github.clj-easy/graal-build-time {:mvn/version "0.1.4"}}}
:extra-deps {com.github.clj-easy/graal-build-time {:mvn/version "1.0.5"}}}


:sci-test {:extra-paths ["target/generated/sci-test/src"]
:extra-deps {lread/sci-test_{:git/url "https://github.com/lread/sci-test.git"
Expand Down
1 change: 1 addition & 0 deletions script/helper/graal.clj
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
(let [native-image-cmd (->> [graal-native-image
(str "-H:Path=" target-path)
(str "-H:Name=" target-exe)
"--features=clj_easy.graal_build_time.InitClojureClasses"
"-H:+ReportExceptionStackTraces"
"-J-Dclojure.spec.skip-macros=true"
"-J-Dclojure.compiler.direct-linking=true"
Expand Down

0 comments on commit b8c4df1

Please sign in to comment.