-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider supporting deps.exe on Windows #47
Comments
In case you are curious, here's what I do to install deps.exe for rewrite-clj. |
Not related directly, but @DeLaGuardo would you like to have support for more binaries hosted with github releases, like I remember your argument about Unix way of separating things that do their thing good, but to the another hand, even Unix CLI tools have some meta-level curation mechanisms like "distribution" and "package manager". |
This is the only way I've found to get Clojure CLI & GraalVM's native-image to play nicely together on Windows. The official Clojure CLI installation requires Powershell, but GraalVM native-image has to be run from a special cmd.exe w/ certain env vars set by an MS dev tools batch file (Windows man... 🙄). Would be awesome if this action could install it! |
I don't know if this is radical or what.
But... the deps.clj binary can be a nice replacement for
clojure
on Windows.It works on all Windows shells (not just powershell).
If you like the idea, I'd recommend the installer rename
deps.exe
toclojure.exe
for a seamless CI replacement.The text was updated successfully, but these errors were encountered: