This commit is contained in:
parent
64fc58cd80
commit
ffd66d514a
2 changed files with 2 additions and 1 deletions
|
|
@ -31,6 +31,7 @@ call %GRAALVM_HOME%\bin\native-image.cmd ^
|
|||
"-J-Dclojure.compiler.direct-linking=true" ^
|
||||
"-H:IncludeResources=BABASHKA_VERSION" ^
|
||||
"-H:IncludeResources=SCI_VERSION" ^
|
||||
"-H:IncludeResources=META-INF/babashka/.*" ^
|
||||
"-H:ReflectionConfigurationFiles=reflection.json" ^
|
||||
"--initialize-at-build-time" ^
|
||||
"--initialize-at-run-time=org.postgresql.sspi.SSPIClient" ^
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
(is (= "src"
|
||||
(bb "-cp" "src" "-e" "(babashka.classpath/get-classpath)"))))))
|
||||
|
||||
(deftest ^:skip-windows print-deps-test
|
||||
(deftest print-deps-test
|
||||
(test-utils/with-config '{:deps {medley/medley {:mvn/version "1.3.0"}}}
|
||||
(testing "deps output"
|
||||
(let [edn (bb "print-deps")
|
||||
|
|
|
|||
Loading…
Reference in a new issue