The dev page on https://clojure.org has a link "Build box" that links to https://build.clojure.org When I try to go to http://build.clojure.org it eventually times out. Is that a known issue? Is http://build.clojure.org still planned to be a published thing?
It used to exist, but now all builds are handled by GitHub Actions. So that link ought to be removed (and maybe a note about GH Actions added in its place?).
I'll remove those links
If you're looking something specific Andy, let me know and I can point you to it
At the moment I was primarily curious to see what JDK versions that Clojure and core libs were tested against in CI
clojure matrix is at https://github.com/clojure/clojure/blob/master/.github/workflows/test.yml
most contribs are working off this reusable workflow https://github.com/clojure/build.ci/blob/master/.github/workflows/test.yml (but some are customized)
if looking at a specific contrib, check its test action