add compat & logback to native
This commit is contained in:
parent
1cb78ec68b
commit
5d904697c5
1 changed files with 2 additions and 1 deletions
3
build.py
3
build.py
|
@ -121,8 +121,9 @@ def package_native(project):
|
|||
"--no-fallback " +
|
||||
"--features=clj_easy.graal_build_time.InitClojureClasses " +
|
||||
"-jar target/uberjar/" + project.name + "-standalone.jar " +
|
||||
"-march=compatibility " +
|
||||
"-H:IncludeResources=.*.yaml " +
|
||||
"-H:IncludeResources=.*.xml " +
|
||||
"-H:IncludeResources=logback.xml " +
|
||||
"-H:Log=registerResource:verbose " +
|
||||
"-H:Name=target/graalvm/" + project.name + "",
|
||||
shell=True,
|
||||
|
|
Loading…
Reference in a new issue