-
Notifications
You must be signed in to change notification settings - Fork 60
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
install latest scala-cli on behemoths #1517
Comments
I would prefer to use Coursier to manage the installation of scala-cli, but the capability to do that only recently landed, in Coursier 2.1.0-M1. We have an older version install, but
and then if === I don't think it should be necessary, but if coursier wants to make a native image for something itself, you'll need to first
(and maybe throw in |
gah, one annoying thing here is that you can't I don't feel confident attempting to upgrade coreutils systemwide (if doing so is even possible without a full OS upgrade) so here's what I worked out. let's build a recent coreutils and then copy the that means in order to run the build locally you have to also do here's the steps. ssh to the behemoth as jenkins, then:
then ssh to the behemoth as admin and:
I have now done this on all 3 behemoths. |
so I can use the new
scala-cli shebang
for scriptingThe text was updated successfully, but these errors were encountered: