babashka 2026-04-30

I think I've been fooled by an AI comment here: https://github.com/babashka/babashka/discussions/1916#discussioncomment-16750659

๐Ÿ˜ข 1
๐Ÿ’ฉ 1
๐Ÿ˜‚ 2

โ€œWhat this enablesโ€ <- ๐Ÿค–๐Ÿ”ซ

โž• 1

Kinth AI Official GitHub account... so, yeah ๐Ÿ™‚

There's a great example of how not to use AI. Wasting the time of open source devs.

Hi everyone. I'm trying to build a new release of bbssh but I have noticed that the amd64 macos image is no longer available on circleci for builds. Is this a big issue? How are people CI building amd64 mac binaries now? I see babashka still has amd64 mac bins available. How are you doing that @borkdude?

Great to see you back! I've been releasing a couple of pods without mac intel support and didn't have any complaints.

bb itself is still built with mac intel support through rosetta2 on circle in an arm machine, but for pods I'd consider trying without it and only bringing it back when people ask

yeah good to be back its been too long. Interesting, I will have a look for rosetta2 in your gen-ci.clj and try and wrap my head around it. If not I'll just ship it without amd64

how it works: just install rosetta2 on the machine and download and use the intel graalvm version

oh ok! easy!