Skip to content

Commit

Permalink
fixup! fixup! fix(#4): generate reflect config in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
worm2fed committed Jul 17, 2024
1 parent afc12f2 commit f2df94b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ jobs:
native-image-job-reports: "true"

- name: Generate reflection config
run: >-
java
-agentlib:native-image-agent=caller-filter-file=./trace-filter.json,config-output-dir=.
run: |
java -agentlib:native-image-agent=caller-filter-file=./trace-filter.json,config-output-dir=. \
-jar aidbox-sdk.jar ./resources/schemas /dev/null
- name: Compile to native binary
Expand Down

0 comments on commit f2df94b

Please sign in to comment.