clj-on-windows 2025-05-15

I'm trying to add support for windows aarch64 native binaries in clojure-lsp, and I use setup-clojure in CI for that

🎉 1

hi! never had a chance to try it yet. I'll take a look later today

2

Thanks for mentioning, for sure error reporting in setup-clojure must be improved. Now it doesn't tell that something went wrong during provisioning.

ah got it, makes sense, @borkdude any plans to support bb in windows aarch64?

or is it available but not via setup-clojure @delaguardo?

ah yes, it seems it's not available in bb releases

PR welcome :) but for now you could maybe install the emulator or so

what you mean with emulator?

See dms from recent conversation

I want to avoid adding that layer of complexity just because of windows arm, probably it's easier to open a PR on bb to support that

@ericdallo I'm already doing a release from Github Actions for Windows so using a matrix, should hopefully be not too much work

you should set BABASHKA_ARCH to aarch64

and amd64 in the matrix

I can also take a look at this but not today

in all cases, issue welcome

let's see if it works...

lol it seems graalvm doesn't exist for windows aarch yet

haha oh no

what a pity

just a matter of time probably

👍 1

but eh those people can still use that emulator solution probably?

I guess, worth the try

or they can run wsl2 ... on arm...