clojure-dev

2023-12-26T19:20:25.445659Z

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?

seancorfield 2023-12-26T21:14:25.190939Z

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?).

Alex Miller (Clojure team) 2023-12-26T21:37:57.966199Z

I'll remove those links

Alex Miller (Clojure team) 2023-12-26T21:38:26.310999Z

If you're looking something specific Andy, let me know and I can point you to it

2023-12-26T22:41:56.292659Z

At the moment I was primarily curious to see what JDK versions that Clojure and core libs were tested against in CI

Alex Miller (Clojure team) 2023-12-26T22:51:39.951969Z

clojure matrix is at https://github.com/clojure/clojure/blob/master/.github/workflows/test.yml

👍 1
Alex Miller (Clojure team) 2023-12-26T22:53:19.624649Z

most contribs are working off this reusable workflow https://github.com/clojure/build.ci/blob/master/.github/workflows/test.yml (but some are customized)

Alex Miller (Clojure team) 2023-12-26T22:55:41.284969Z

if looking at a specific contrib, check its test action