Fork me on GitHub
#tools-deps
<
2021-12-17
>
kenny21:12:54

Follow up on TDEPS-207: I switched my environment from Ubuntu to Mac (originally reported the thread dump from Ubuntu) and am still experiencing a deadlock on clojure executions on v1.10.3.1040.

hiredman21:12:05

this is almost certainly not it, but you could try a require of the s3 transport at the top like here https://github.com/clj-easy/graal-build-time/blob/b91cd78a977fdf81758705668f44b0d2ddad4bdc/build.clj#L1-L2

hiredman21:12:53

(I guess that assumes tools.build, since it goes at the top of your build.clj, and maybe you aren't using that)

Alex Miller (Clojure team)21:12:58

I think that's a different issue. I haven't done anything to address TDEPS-207 yet, so not surprising that it's still not working. I've got some time next week so will probably be doing some work on tdeps then.