circleci

rm -rf /home/circleci/.gitconfig
borkdude 2021-01-03T11:03:36.068400Z

@marc-omorain We're moving clj-kondo to an org now: https://github.com/clj-kondo/clj-kondo But this org doesn't have mac builds on circleci, is this something you could fix?

borkdude 2021-01-03T11:16:02.068900Z

It seems the UI is confused: https://app.circleci.com/pipelines/github/clj-kondo/clj-kondo it's stuck

Marc O'Morain 2021-01-03T13:01:11.069900Z

I’ll take a look now.

borkdude 2021-01-03T13:16:09.070100Z

🙏

Marc O'Morain 2021-01-03T13:17:06.070900Z

Are you moving it from “borkdude” to “clj-kondo” ?

Marc O'Morain 2021-01-03T13:18:13.071500Z

github/clj-kondo is now paid for by github/borkdude's plan

borkdude 2021-01-03T13:18:55.072800Z

yeah

Marc O'Morain 2021-01-03T13:19:16.073500Z

I’ve tied the two orgs together - so anything in “clj-kondo” org should have the same access as the “borkdude” projects now.

borkdude 2021-01-03T13:19:43.073800Z

ah that's handy

borkdude 2021-01-03T13:19:46.074Z

I'll try

Marc O'Morain 2021-01-03T13:20:03.074700Z

Thanks. You’ll probably need to push a fresh commit.

borkdude 2021-01-03T13:20:19.074900Z

trying

borkdude 2021-01-03T13:20:44.075100Z

worked, thanks a lot!

borkdude 2021-01-03T13:21:00.075300Z

was this something I could have fixed myself?

Marc O'Morain 2021-01-03T15:08:59.076Z

You might have been able to do it in the plans page, of your org.

Marc O'Morain 2021-01-03T15:09:18.076800Z

I’m not sure, I can’t see the plans page easily since I have super admin access

borkdude 2021-01-03T15:10:49.077Z

Now I'm seeing it: So now just my account needs special settings to give all the other projects the same settings. That awesome. Thanks a lot @marc-omorain

Marc O'Morain 2021-01-03T15:40:11.077500Z

Sweet!

Marc O'Morain 2021-01-03T15:40:16.077900Z

Your very welcome

bozhidar 2021-01-03T19:21:12.080Z

Does anyone know what's the CircleCI image for OpenJDK 15 with Lein? (I need to test some projects on the latest JDK) I'm basically looking for the spiritual successor of `openjdk-11-lein-2.9.1`, as openjdk-15-lein-2.9.1 doesn't exist. In general I struggled to find the best way to browse the available images for Clojure, so maybe someone can point me in this direction.

bozhidar 2021-01-03T19:22:27.080800Z

I'm also not sure that images with some tools are even distributed these days, as I noticed those were labeled "legacy images" in the docs.