Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build process #45

Open
RickMoynihan opened this issue Oct 29, 2021 · 0 comments
Open

Update build process #45

RickMoynihan opened this issue Oct 29, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@RickMoynihan
Copy link
Member

This is a low priority issue.

Currently this project uses leiningen to build an uberjar; though we don't deploy the library to clojars, and we consume it as a library in most places via tools.deps :git/sha.

This ticket is a bit of an epic covering multiple things around this project and its builds.

  1. I don't think we currently consume this as an app in many places; but if we still want to serve that use case we should probably do so by generating graalvm native-images, rather than running via java -jar.
  2. If we want to generate graal builds we should probably drop lein in its entirety, and move to tools.build (maybe also babashka).
@RickMoynihan RickMoynihan added the good first issue Good for newcomers label Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant