Skip to content

Commit

Permalink
Merge pull request #36 from kepler16/fix/graal-exit-handlers
Browse files Browse the repository at this point in the history
fix: graal exit handlers
  • Loading branch information
armed authored Jul 11, 2024
2 parents 194cfb4 + eb43978 commit abb7cd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ jobs:
- name: GH Release
run: |
gh release create ${{ needs.build.outputs.release_tag }} bin/* \
--title "Release ${{ needs.build.outputs.release_tag }}"
--title "${{ needs.build.outputs.release_tag }}"
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ native-image:
--no-fallback \
--features=clj_easy.graal_build_time.InitClojureClasses \
--report-unsupported-elements-at-runtime \
--install-exit-handlers \
-o target/kmono \
-H:+UnlockExperimentalVMOptions \
-H:+ReportExceptionStackTraces \
Expand Down

0 comments on commit abb7cd5

Please sign in to comment.