-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
[20.09] backport of graalvm{8,11}-ce, babashka clj kondo #103598
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
[20.09] backport of graalvm{8,11}-ce, babashka clj kondo #103598
Conversation
(cherry picked from commit 674c9af)
Now that we have community builds of graalvm landed in NixOS#99631, both clj-kondo and babashka can depend on those versions of graalvm rather than the one that requires building from source - this can be built in hydra, and generally is much easier to build and test. (cherry picked from commit 3341f6c)
with NixOS#99631 and NixOS#102693 merged, it's possible to bump the babashka version again. However recent versions of babashka depend on java11 features and I spoke in Slack with the project lead and this java11 dependency will exist going forward. (cherry picked from commit 172cbb8)
(cherry picked from commit 045c2ab)
Hi! I'm an experimental bot. My goal is to guide this PR through its stages, hopefully ending with a merge. You can read up on the usage here. |
/status needs_merger |
The PR author cannot set the status to If you are not the PR author and you are reading this, please review the usage of this bot. You may be able to help. Please make an honest attempt to resolve all outstanding issues before setting to |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: |
/status needs_merger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, and thanks @glittershark for the initial review.
Motivation for this change
clj-kondo and babashka is currently broken on 20.09 and this fixed it
cherry-picked from, PR and message
674c9af #99631 graalvm{8,11}-ce: init at 20.2.0
3341f6c #102693 babashka,clj-kondo: Depend on graalvm-ce
172cbb8 #102867 babashka: 0.0.97 -> 0.2.3
045c2ab #103096 clj-kondo: 2020.04.05 -> 2020.11.07
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)/marvin opt-in
/status needs_reviewer
cc: @jonringer @glittershark