Fork me on GitHub
#clojure-nl
<
2019-08-12
>
borkdude07:08:59

made this over the weekend: https://github.com/borkdude/babashka

❤️ 8
skuro07:08:06

I was trying to see if you created or used a clj-new template for clojure command line tools including some graalVM secret sauces and stepped into this which seems weird

borkdude08:08:21

what do you find weird about it? and no, I don't use a template

borkdude08:08:28

the template is my previous project 😛

skuro13:08:39

what I found weird is that GRAALVM_HOME is set to point to different home directories in different build stages

skuro14:08:19

I'd assume your local laptop user is homed at /Users/borkdude whereas the user in the CI server lives at /home/cirleci

skuro14:08:40

so /Users/distiller came in with a weirdness taste in it 🙂

borkdude20:08:18

/Users/distiller is something from CircleCI Mac

skuro09:08:43

oh alright