Fork me on GitHub
#clj-commons
<
2022-10-13
>
dergutemoritz11:10:18

I hear there's some prior art in the clj-commons ecosystem for adding babashka to a CircleCI build job. Any pointers? 🙏

borkdude11:10:41

Also, CircleCI clojure images nowadays come with bb built-in but it might not be the newest version, so I think it's good to install manually nonetheless. Takes less than a second.

dergutemoritz12:10:45

@borkdude Thanks a lot! Gonna use it to switch Aleph over to lein2deps then 🙂

🎉 3
dergutemoritz07:10:07

Here we goooo: https://github.com/clj-commons/aleph/pull/635 -- I love deleting a bunch of code in the morning 😎

borkdude07:10:06

Maybe it's better if we started exposing lein2deps as a library so you can call it with bb -x or so?

borkdude07:10:20

Then we can also put some tests in there

dergutemoritz07:10:31

Yeah might be a reasonable promotion at that point

borkdude08:10:17

I'll promote it to a library later today or this weekend then

👍 1
borkdude08:10:24

Perhaps we can also use it from #C03KCV7TM6F

dergutemoritz08:10:18

Haven't given neil a try, yet. I guess I should!

dergutemoritz11:10:49

Works great, much nicer 🙌

dergutemoritz11:10:01

Already updated the Aleph PR to use it

dergutemoritz11:10:15

Minor typo in README btw

dergutemoritz11:10:48

:prep/lib should say :deps/prep-lib

dergutemoritz11:10:15

Nice, lein2deps is shaping up to be the de-facto solution for this problem 🙂

borkdude11:10:51

Thanks for the help :)

🙏 1