boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
2019-05-20T08:26:29.153200Z

@flyboarder Before I dive into this, are there specific instructions on how to compile https://github.com/boot-clj/bootstrap? (Graal version etc)

flyboarder 2019-05-20T17:17:04.154100Z

@jeroenvandijk checkout the docker file

flyboarder 2019-05-20T17:17:13.154400Z

it has a working compile process

flyboarder 2019-05-20T17:17:29.154800Z

you could build the docker image or repeat the process on your host

2019-05-20T17:42:02.155200Z

Thanks!