When using the new 2.15 pants binary, what should ...
# general
c
When using the new 2.15 pants binary, what should be the procedure in CI? Install with pantsup.sh every time, on the CI machine? The actions/init-pants action does some fancy initialization for github workflows, is there any info for generic CI?
h
I'm working on updating that action, you can see the idea here: https://github.com/pantsbuild/actions/pull/16
But note that you can still upgrade to 2.15 the normal way, you don't have to use the new launcher binary
And, conversely, the launcher binary knows how to bootstrap older versions of Pants as well