File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 76
76
name : build-jar
77
77
path : ./
78
78
79
+ - name : Prepare jar
80
+ run : mv aidbox-sdk.jar source.jar
81
+
79
82
- name : Setup GraalVM
80
83
uses : graalvm/setup-graalvm@v1
81
84
with :
@@ -85,13 +88,12 @@ jobs:
85
88
native-image-job-reports : " true"
86
89
87
90
- name : Compile to native binary
88
- run : |
89
- mv aidbox-sdk.jar source.jar
90
- native-image -jar ./source.jar \
91
- -march=native \
92
- --no-fallback \
93
- --features=clj_easy.graal_build_time.InitClojureClasses \
94
- -H:ReflectionConfigurationFiles=./reflect-config.json \
91
+ run : >
92
+ native-image -jar ./source.jar
93
+ -march=native
94
+ --no-fallback
95
+ --features=clj_easy.graal_build_time.InitClojureClasses
96
+ -H:ReflectionConfigurationFiles=./reflect-config.json
95
97
aidbox-sdk-${{ matrix.os }}
96
98
97
99
- name : Upload amd64 binary artifact
You can’t perform that action at this time.
0 commit comments