This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-12-28
Channels
- # announcements (1)
- # babashka (28)
- # beginners (228)
- # cider (9)
- # clara (6)
- # clojure (66)
- # clojure-uk (13)
- # clojuredesign-podcast (5)
- # clojurescript (9)
- # core-typed (1)
- # cursive (1)
- # duct (2)
- # emacs (8)
- # fulcro (18)
- # graalvm (11)
- # hyperfiddle (1)
- # malli (2)
- # off-topic (33)
- # re-frame (9)
- # reagent (3)
- # reitit (15)
- # shadow-cljs (6)
- # tools-deps (1)
hi ppl, good holidays! I am trying to build a cli app and I neet to make a request to other apis
I copied it to the same dir as my native bin and everything is working... but I can't find a way to "include" it inside the bin
@iagwanderson What version of GraalVM are you using?
uhmm.. wait a moment.. It seems like I'm using the regular java-8 to build the images and not the java-8graalvm
@iagwanderson These are the options I'm using: https://github.com/borkdude/babashka/blob/926675d6cd1436e70aba21fddc82130083eefa27/script/compile#L29 And I don't need to include libsunec.so anymore.