Skip to content

Commit

Permalink
test: bump graal-build-time (#147)
Browse files Browse the repository at this point in the history
Closes #146
  • Loading branch information
lread authored Sep 25, 2023
1 parent 7b25a68 commit abe7ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test-native/bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"-cp" (str classpath (System/getProperty "path.separator") "target/classes")
(str "-H:Path=" exe-dir)
(str "-H:Name=" -exe-name)
"--features=clj_easy.graal_build_time.InitClojureClasses"
"--verbose"
"--no-fallback"
"babashka.test_native.run_exec")))))}}}
2 changes: 1 addition & 1 deletion test-native/deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{:deps {org.clojure/clojure {:mvn/version "1.11.1"}
babashka/process {:local/root ".."}
com.github.clj-easy/graal-build-time {:mvn/version "0.1.4"}}
com.github.clj-easy/graal-build-time {:mvn/version "1.0.5"}}
:aliases
{:test ;; added by neil
{:extra-paths ["test"]
Expand Down

0 comments on commit abe7ea3

Please sign in to comment.