-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
[20.09] cherrypick working graalvm-ce, clj-kondo + babashka from master #103505
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] cherrypick working graalvm-ce, clj-kondo + babashka from master #103505
Conversation
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.
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.
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. |
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 |
/status needs_reviewer |
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.
When backporting changes, please follow https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md#backporting-changes.
Namely, you should be doing git cherry-pick -x <rev>
from a commit that has already landed in master. If the branches have diverged, you may alter the commit or add another commit to ensure that the package is able to still evaluate and build
Motivation for this change
clj-kondo and babashka is currently broken on 20.09 and this fixed it
cherry-picked from, PR and message
76807ac #103096 clj-kondo: 2020.04.05 -> 2020.11.07
43ae904 #102867 babashka: 0.0.97 -> 0.2.3
bb885bc #102693 babashka,clj-kondo: Depend on graalvm-ce
569c825 #99631 graalvm{8,11}-ce: init at 20.2.0
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_merger